Adds CSS to the DOM by injecting a <style>tag
Loads a Sass/SCSS file and compiles it to CSS.
Use the css-loader or the raw-loader to turn it into a JS module and the MiniCssExtractPlugin to extract it into a separate file.
Adds CSS to the DOM by injecting a <style>tag
Loads a Sass/SCSS file and compiles it to CSS.
Use the css-loader or the raw-loader to turn it into a JS module and the MiniCssExtractPlugin to extract it into a separate file.