-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
-
Chrome reports this error when my page fetches output.css. The output.css file looks like:
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; ...
and the browser complains about the first non-comment line.
I installed the CLI according to these instructions: https://tailwindcss.com/docs/installation/tailwind-cli
My input.css contains:
@import "tailwindcss";
My build step is:
npx @tailwindcss/cli -i ui/css/input.css -o ui/static/css/output.css
Using macOS, I installed npm via brew.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Answered my own question. Was using the wrong link in my HTML.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment