prejss
Version:
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
21 lines • 606 B
Plain Text
{
"plugins": [
"transform-flow-strip-types",
"transform-es2015-template-literals",
"transform-es2015-literals",
"transform-es2015-arrow-functions",
"transform-es2015-shorthand-properties",
"check-es2015-constants",
["transform-es2015-spread", {
"loose": true
}],
"transform-es2015-parameters",
"transform-es2015-destructuring",
["transform-es2015-block-scoping", {
"throwIfClosureRequired": true
}],
"transform-async-to-generator",
["transform-object-rest-spread", { "useBuiltIns": true }],
"transform-es2015-modules-commonjs"
]
}