Skip to content

mafintosh/minisheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published