Skip to content
New issue

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

Tailwind CLI compilation output contains @layer #4969

Closed
juanpasolano opened this issue Jul 13, 2021 · 1 comment
Closed

Tailwind CLI compilation output contains @layer #4969

juanpasolano opened this issue Jul 13, 2021 · 1 comment

Comments

@juanpasolano
Copy link

What version of Tailwind CSS are you using?

2.2.4

What build tool (or framework if it abstracts the build tool) are you using?

N/A

What version of Node.js are you using?

v12.16.1

What browser are you using?

N/A

What operating system are you using?

macOs

Reproduction repository

https://github.com/juanpasolano/tailwind-layer-bug

Describe your issue

I am using the tailwind CLI to compile files that then feeds into post CSS, like it is suggested here: https://tailwindcss.com/docs/just-in-time-mode#it-just-doesn-t-seem-to-work-properly

However, we are running into an issue where tailwinds output compiled filed contains/exports with tthe @layer as shown in the image.
Screen Shot 2021-07-13 at 1 59 24 PM
So when this file gets into postCSS it breaks.

IMPORTANT: The problem seems to be only happening when using the JIT mode. And also it only happens when we trigger a change from the HTML or any purged file.

@adamwathan
Copy link
Member

Hey! This should be fixed by this PR:

#4853

Hasn't landed in a tagged release yet though, but can install our insiders build to get it now if you need it:

npm install -D tailwindcss@insiders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants