You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll admit this is a bit of a weird one but I ran into it writing some funky css. This test case is the minimal repro (really minimal… no actual css attributes in rules).
What version of Tailwind CSS are you using?
2.2.19
What build tool (or framework if it abstracts the build tool) are you using?
tailwind cli
What version of Node.js are you using?
v14.18.1
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction URL
https://github.com/leevigraham/tailwind-apply-bug-repro
Describe your issue
,
's breaking css.I'll admit this is a bit of a weird one but I ran into it writing some funky css. This test case is the minimal repro (really minimal… no actual css attributes in rules).
The following css:
Produces:
Reproduction:
npm install
.npx tailwindcss -i input.css -o output.css
output.css
Issue also exists in tailwind@next:
npx tailwindcss@next -i input.css -o output.css
Notes:
Removing
.some-other-rule {}
results in:Adding more rules results in more commas:
The text was updated successfully, but these errors were encountered: