next.js/test/integration/css-fixtures/bad-custom-configuration/.postcssrc.json
.postcssrc.json14 lines325 B
{
  "sourceMap": false,
  "plugins": {
    "postcss-modules-extract-imports": {},
    "postcss-modules-local-by-default": {},
    "postcss-modules-scope": {},
    "postcss-modules-values": {},
    "postcss-modules": {},

    // Test a non-standard feature that wouldn't be normally enabled
    "postcss-short-size": {}
  }
}
Quest for Codev2.0.0
/
SIGN IN