Open vinodloha opened 6 years ago
What I am doing is I have configured sass-loader in my Webpack loader chain in front of CSS loader. Sass loader turns the sass into css and then CSS loader picks it up as usual.
What'd be a solution for non Webpack setups? Thanks
Hi Folks,
I have a use-case of depending on legacy SCSS based living style guide in my new react application (primarily for maintaining single source of theme across applications). Please suggest best possible way to consume these SCSS definitions like variables, mixin, classes etc into css modules.
Thanks.