const path = require("path");
let sassRule= {
test: /\.sass|scss$/i,
use: ["style-loader", "css-loader", "sass-loader"],
}
module.exports = {
entry: path.resolve(__dirname, "/src/index.js") // import sass file on javascript file
module: {rules: sassRule}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter