1.0.5 • Published 4 years ago

minisheet v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

minisheet

Tiny module that implements a tiny subset of sheetify, without using transforms.

npm install minisheet

Usage

const css = require('minisheet')

// minisheet inserts the style and generates the :host class which is returned,
// that is it.

const className = css`
  :host {
    background-color: blue;
  }
`

document.body.className = className

License

MIT

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago