We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using nested CSS and sometimes the coloring work and sometimes the above happens.
here is the code:
span[data-pc-section='current'] { @apply mr-32; } [data-pc-group-section='pagedropdown'] { @apply h-8 p-1 text-sm; [data-pc-section='trigger'] { @apply w-4 text-sm; } [data-pc-section='input'] { transform: translateY(-8px); } }
The text was updated successfully, but these errors were encountered:
That's an issue with nested CSS in VS Code in general. See below how the same issue is present with the default VS Code dark theme:
If you instruct VS Code to regard the file as SCSS (or change the extension to .scss) the issue disappears.
Sorry, something went wrong.
Probably related to the upstream issue microsoft/vscode-css#9?
No branches or pull requests
I am using nested CSS and sometimes the coloring work and sometimes the above happens.
here is the code:
The text was updated successfully, but these errors were encountered: