You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ ./tailwindcss-macos-arm64 -v
...
≈ tailwindcss v4.1.4
Done in 514ms
❯ ./tailwindcss-macos-arm64 -i ./assets/css/app.css -o priv/static/assets/css/app.css
Error: The plugin "../vendor/daisyui" does not accept options
but
as soon as I am changing to
@plugin "../vendor/daisyui";
i am getting
❯ ./tailwindcss-macos-arm64 -i ./assets/css/app.css -o priv/static/assets/css/app.css
TypeError: handler is not a function. (In 'handler(pluginApi)', 'handler' is an instance of Object)
Hey there! I was trying to run this on my ARM mac and it seems fine (I have to comment out the heroicons plugin though since that is loading a dependency that isn't there):
I could reproduce this error. Same phoenix version. Same tailwind version. Same Mac.
I did it by adding a package.json and package-lock.json to root folder. By removing them the error stops happening. I am using a tool that adds package.json and package-lock.json to the root of the project.
Uh oh!
There was an error while loading. Please reload this page.
Phoenixframework with no nodejs
v4.0.9-4.1.4
tailwindcss-macos-arm64 binary from https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-macos-arm64
Then i am doing
but
as soon as I am changing to
i am getting
i made reproducing repo https://github.com/stalexxx/tailwind_plugin_case
That is wierd, cause i tried on different env (linux) and both are not reproducing
The text was updated successfully, but these errors were encountered: