rsnext/examples/with-styled-jsx-postcss/postcss.config.js
Giuseppe 0d6ceec8db Add styled-jsx-postcss example (#781)
* Add styled-jsx-postcss example

* Remove commented code
2017-01-15 19:59:22 -08:00

5 lines
72 B
JavaScript

module.exports = () => ({
plugins: {
'postcss-cssnext': {}
}
})