We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of Tailwind CSS are you using?
v3.3.2
What build tool (or framework if it abstracts the build tool) are you using?
N/A
What version of Node.js are you using?
v16.14.0
What browser are you using?
What operating system are you using?
Linux
Describe your issue
npx tailwindcss -i tailwind.css -o _site/css/tailwind.css
It works on MacOS in 3.3.2, and it works on linux in 3.3.1, but terminates with an error on linux in 3.3.2 and logs this:
Unexpected token '.'
tailwind.css:
@tailwind base; @tailwind components; @tailwind utilities;
The text was updated successfully, but these errors were encountered:
Hey! What version of Node.js are you using? In v3.3.2 we had to drop support for Node.js 12. See #11089.
Sorry, something went wrong.
Right, CI indeed uses 12. Thanks!
@epoberezkin Glad we got it figured out 👍
reinink
No branches or pull requests
What version of Tailwind CSS are you using?
v3.3.2
What build tool (or framework if it abstracts the build tool) are you using?
N/A
What version of Node.js are you using?
v16.14.0
What browser are you using?
N/A
What operating system are you using?
Linux
Describe your issue
It works on MacOS in 3.3.2, and it works on linux in 3.3.1, but terminates with an error on linux in 3.3.2 and logs this:
tailwind.css:
The text was updated successfully, but these errors were encountered: