rsnext/test/integration/css-fixtures/custom-configuration/.postcssrc.json
JJ Kasper 01b7c576b4 Breakup CSS test suite (#9715)
* Breakup CSS test suite

* De-dupe next.config.js for css-fixtures
2019-12-11 18:39:09 -05:00

11 lines
278 B
JSON

{
// Use comments to test JSON5 support
"plugins": {
// Test a non-standard feature that wouldn't be normally enabled
"postcss-short-size": {
// Add a prefix to test that configuration is passed
"prefix": "xyz"
},
"postcss-trolling": false
}
}