adding carbon

This commit is contained in:
talksik
2022-04-30 09:40:07 -05:00
parent 79c6981c50
commit f5561465a8
11 changed files with 109 additions and 32 deletions
+11
View File
@@ -29,4 +29,15 @@ module.exports = [
},
},
},
{
test: /\.s[ac]ss$/i,
use: [
// Creates `style` nodes from JS strings
"style-loader",
// Translates CSS into CommonJS
"css-loader",
// Compiles Sass to CSS
"sass-loader",
],
},
];