JSS plugin that ensures style properties extend each other instead of override
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:
Demo
Run tests
npm inpm run test
License
MIT