We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ffa41 commit 2763af8Copy full SHA for 2763af8
client/webpack.client.base.config.js
@@ -76,7 +76,13 @@ module.exports = {
76
],
77
},
78
79
+ // Place here all postCSS plugins here, so postcss-loader will apply them
80
postcss: [autoprefixer],
81
+
82
+ // Place here all SASS files with variables, mixins etc.
83
+ // And sass-resources-loader will load them in every CSS Module (SASS file) for you
84
+ // (so don't need to @import them explicitly)
85
+ // https://github.com/shakacode/sass-resources-loader
86
sassResources: ['./app/assets/styles/app-variables.scss'],
87
88
};
0 commit comments