Discussions

Ask a Question
Back to All

Config of spike-css-standards

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