1.0.5 • Published 5 years ago

minisheet v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago