rsnext/examples/with-astroturf/postcss.config.js
Danil Shashkov 2f325e0f69 Add example with astroturf (Zero runtime CSS-in-JS) (#6821)
* Add example with astroturf (Zero runtime CSS-in-JS)
2019-03-28 15:41:05 -05:00

5 lines
63 B
JavaScript

module.exports = {
plugins: {
'postcss-nested': {}
}
}