-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
@config directive occasionally included in the built file #12258
Comments
Can you provide the content of your CSS file and the exact command you're using to run the CLI? Even if it only happens occasionally a reproduction of some kind is likely necessary. |
Sure! src.css
tailwind.config.js
npm script in package.json
Then what will happen is that occasioanlly the style.css will be built like
|
This should be fixed by #12327, and will be available in the next release. You can try it by using our insiders build — it may take about 15min to build & publish:
|
What version of Tailwind CSS are you using?
v3.3.3
What build tool (or framework if it abstracts the build tool) are you using?
None / Tailwind's default through the
tailwindcss
commandWhat version of Node.js are you using?
v19.4.0
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction URL
Can't reproduce. Happens occasionally.
Describe your issue
Sometimes the
@config
directive declared in the source CSS file is included in the built file. Any idea why?The text was updated successfully, but these errors were encountered: