Skip to content

Instantly share code, notes, and snippets.

@heapwolf
Last active August 24, 2018 08:59
Show Gist options
  • Save heapwolf/aca76af72827d63720fdfee25e8827f5 to your computer and use it in GitHub Desktop.
Save heapwolf/aca76af72827d63720fdfee25e8827f5 to your computer and use it in GitHub Desktop.
class foo extends Tonic {
stylesheet() {
return `
.tonic--foo--show {
display: block;
}
`
}
style () {
return {
foo: {
display: 'none';
}
}
}
render () {
return `<div style="foo"></div>`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment