Closed matthew-dean closed 3 years ago
Is there a way to associate this plugin with extensions that are not .css, .pcss, or .postcss? If not, can this feature be added? Looking for a quick way to support this: https://github.com/jesscss/jess/issues/25
.css
.pcss
.postcss
Ah, never mind, figured it out!
"files.associations": { "*.jess": "postcss" }
Is there a way to associate this plugin with extensions that are not
.css
,.pcss
, or.postcss
? If not, can this feature be added? Looking for a quick way to support this: https://github.com/jesscss/jess/issues/25