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 5ced9c0 commit a075a9dCopy full SHA for a075a9d
lib/compilers/postcss-compiler.js
@@ -1,4 +1,4 @@
1
-const postcss = require('postcss');
+const postcss = require('postcss')
2
const postcssrc = require('postcss-load-config')
3
const ctx = { parser: true, map: 'inline' }
4
const { plugins } = postcssrc.sync(ctx)
0 commit comments