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 8d98afd commit b38f131Copy full SHA for b38f131
postcss.config.js
@@ -1,3 +1,5 @@
1
+const path = require('path')
2
+
3
module.exports = {
4
parser: 'postcss-scss',
5
map: {
@@ -6,7 +8,7 @@ module.exports = {
6
8
},
7
9
plugins: {
10
'postcss-node-sass': {
- includePaths: ['node_modules'],
11
+ includePaths: [path.join(__dirname, 'node_modules')],
12
outputStyle: 'compressed'
13
14
'autoprefixer': {}
0 commit comments