noskcire11

Results 3 comments of noskcire11

> Then you can say `import myStyles from '!!raw-loader!sass-loader!./my-styles.scss';` how to load the css file using the `` tag instead of getting the content of the css during the production...

in production build using create react app will separate the css files from the html. any idea how to do that in the shadow root?

for anyone using cra: ```js import url from "!!file-loader?name=static/css/[contenthash].css!sass-loader!./style.scss" ```