1.1.2 • Published 5 years ago

@resonate/theme-skins v1.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

@resonate/theme-skins

Installation

$ npm i --save @resonate/theme-skins

Usage

const html = require('choo/html')
const { background } = require('@resonate/theme-skins')

const el = html`<div class=${background}></div>`

document.body.appendChild(el)

License

MIT

Author(s)