Enable CSS and SASS (SCSS, Sassy CSS) module support #181
Labels
kind: feature
New feature or request
scope: integration
Related to an integration, not necessarily to core (but could influence core)
Current Behavior
Current default configuration doesn't recognize either
.scss
and.css
extensions.Desired Behavior
Enable support for SCSS and CSS module
Suggested Solution
Honestly, as a novice TypeScript user I am not sure how to approach this issue.
Who does this impact? Who is this for?
It'd impact anyone creating React component libraries using S/CSS modules.
Describe alternatives you've considered
I thought of preprocessing SCSS and import it as CSS but CSS isn't recognized either. Kind of lost what I can do (unless I go back to Webpack or raw Rollup route).
Additional context
Let me know if there is a workaround I can implement should there is a way 🙂
The text was updated successfully, but these errors were encountered: