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 e57cd91 commit 63f3b14Copy full SHA for 63f3b14
README.md
@@ -169,7 +169,7 @@ You can manually specify the path to search for your config (`postcss.config.js`
169
**postcss.config.js**
170
```js
171
module.exports = ({ file, options, env }) => ({
172
- parser: file.extname === '.sss' ? 'sugarss' : false
+ parser: file.extname === '.sss' ? 'sugarss' : false,
173
plugins: {
174
'postcss-import': { root: file.dirname },
175
'cssnext': options.cssnext ? options.cssnext : false,
0 commit comments