We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@layer
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
This errors:
@layer theme, utilities; @theme { --spacing-1: 0.25rem; }
It shows an error around the : inside @theme. Probably need to bump the embedded CSS language server version.
:
@theme
The text was updated successfully, but these errors were encountered:
@import
layer()
Fix errors around using @import with layer() and @layer in Tail…
b10aba1
…wind CSS Language mode (#1097) Fixes #1095 Fixes #1096 Fixes #1098
thecrypticace
Successfully merging a pull request may close this issue.
This errors:
It shows an error around the
:
inside@theme
. Probably need to bump the embedded CSS language server version.The text was updated successfully, but these errors were encountered: