ex_css_modules icon indicating copy to clipboard operation
ex_css_modules copied to clipboard

Automatically detect valid stylesheet extensions

Open Blond11516 opened this issue 3 years ago • 0 comments

It could be nice to allow passing stylesheet names without an extension and automatically load any file with a known compatible extension (eg: .css, .sass, .scss, .less) that matches the path. This would allow users to easily change between/support multiple of native CSS, SCSS, LESS, etc. The list of supported extensions could also be configurable, although I don't personally know of any other stylesheet file extensions.

Blond11516 avatar Jan 12 '22 22:01 Blond11516