jss-props-sort

v6.0.0
JSS plugin that ensures style properties extend each other instead of override
cssinjs css-in-js css in js jss plugin sort props

JSS plugin that ensures style properties extend each other instead of override

Gitter

Inspired by React Native. When using this plugin, more specific properties will not be overwritten by less specific.

Usage example

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;
}

Demo

Simple

Run tests

npm i
npm run test

License

MIT

npm i jss-props-sort

Metadata

  • MIT
  • Whatever
  • Oleg Slobodskoi
  • released 9/30/2017

Downloads

Maintainers