(options = {})
| 12 | import propsSort from 'jss-plugin-props-sort' |
| 13 | |
| 14 | const create = (options = {}) => ({ |
| 15 | plugins: [ |
| 16 | functions(), |
| 17 | observable(options.observable), |
| 18 | template(), |
| 19 | global(), |
| 20 | extend(), |
| 21 | nested(), |
| 22 | compose(), |
| 23 | camelCase(), |
| 24 | defaultUnit(options.defaultUnit), |
| 25 | expand(), |
| 26 | vendorPrefixer(), |
| 27 | propsSort() |
| 28 | ] |
| 29 | }) |
| 30 | |
| 31 | export default create |
no test coverage detected
searching dependent graphs…