@synebo/lightning-jss
v1.0.6
Published
LightningJss
Downloads
2
Readme
lightning-jss
https://cssinjs.org/jss-api
Usage
const style = {
myButton: {
color: 'green'
}
}
// Compile styles, apply plugins.
const sheet = window.lightningJss.jss.createStyleSheet(style)
// If you want to render on the client, insert it into DOM.
sheet.attach()