Skip to content

Instantly share code, notes, and snippets.

@emilbayes
Created October 25, 2017 07:37
Show Gist options
  • Save emilbayes/5e7519883dd1212f69c60c5afb815fdc to your computer and use it in GitHub Desktop.
Save emilbayes/5e7519883dd1212f69c60c5afb815fdc to your computer and use it in GitHub Desktop.
var css = require('sheetify')
var cl = css`
:host {
background: red;
&:hover {
background: green;
}
}
`
{
"sheetify": {
"transform": [
"sheetify-nested"
]
},
"dependencies": {
"bankai": "^9.0.0-rc8",
"sheetify-nested": "^1.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment