Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Hijacking so there isn't yet another thread about this. Trying v4 today and setting a base path for tailwind using the source function with @import is an error: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tailwind adds a few custom at-rules. I tried to see how well the new css work does on my css, but it fails at my
@apply
declarations. I can comment them out, but that's not a long-term solution. Probably the parser should just parse@apply
. Surprisingly,@tailwind
just works. Eventually, I'd like it if #1274 could also be integrated into@apply
, but that's certainly not needed at this point.Thanks for considering this! Biome is great!
P.S. After commenting it out, it linted my css just fine! It only found an empty ruleset b/c I'd commented it out, but it's running, finding issue, and, of course, it's fast ;)
Beta Was this translation helpful? Give feedback.
All reactions