Skip to content

Error in v3.3.2 on Linux (works in v3.3.1 and on MacOS in v3.3.2) #11135

@epoberezkin

Description

@epoberezkin

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

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;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions