Discussions
Config of spike-css-standards
almost 7 years ago by Slava S
As I'm loading the Postcss in my app.js like this:
postcss: cssStandards({
parser: sugarss,
minify: env === 'production',
warnForDuplicates: env !== 'production',
appendPlugins: [lost(), tipsy(), animation()]
})
How can I at the same time turn off the 'quotes' formatting of 'retext-smartypants' that's included there by default?
Thanks