VS Code giving warnings when using nested styles #11868
Unanswered
sharathdaniel
asked this question in
Help
Replies: 2 comments 5 replies
|
If the styles are still getting applied then you're fine. The warnings are from VSCode's Sass syntax checker and it seems like it does not understand |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've setup tailwind in Angular with scss, but when writing nested styles, i'm getting these warnings:

Below is the code:

Here is my postcss.config.js
This is how i'm importing the styles:

This is my folder structure for scss files:

main.scss is the entry point for styles.
Am i doing this entirely wrong or does it need more setup? Even with the warnings the styles are getting applied somehow.
All reactions