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 added "html-css-class-completion.includeGlobPattern": "**/*.{css,html,pcss}" to my user settings, but the extension does not pick up classes defined in .pcss files, even if those files follow valid CSS syntax. This is true with or without PostCSS support in VSCode. I would think that the plugin should be able to pick out classes regardless of the file ending, but it seems this is not the case.
The text was updated successfully, but these errors were encountered:
Agree. This is an issue for sure. And the same issue occurs if you are just using PostCSS in regular .css files. Additionally, it seems like once the extensions hits any kind of unexpected CSS, like cssnext powered nesting, then it just stops indexing all your classes so you end up with close to no results at all, even if you have just a few non-standard css items.
I added
"html-css-class-completion.includeGlobPattern": "**/*.{css,html,pcss}"
to my user settings, but the extension does not pick up classes defined in .pcss files, even if those files follow valid CSS syntax. This is true with or without PostCSS support in VSCode. I would think that the plugin should be able to pick out classes regardless of the file ending, but it seems this is not the case.The text was updated successfully, but these errors were encountered: