-
Notifications
You must be signed in to change notification settings - Fork 84
Does not work with PostCSS files #131
Copy link
Copy link
Open
Labels
Description
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.
Reactions are currently unavailable