$ npm install jss-props-sort
Inspired by React Native. When using this plugin, more specific properties will not be overwritten by less specific.
const styles = {
container: {
'border-left': '1px solid red',
border: '3px solid green'
}
})
Compiles to:
.jss-jkh4234 {
border: 3px solid green;
border-left: 1px solid red;
}
npm i
npm run test
MIT
© 2010 - cnpmjs.org x YWFE | Home | YWFE