cassis

1.0.5 • Public • Published

cassis

Write CSS in JS.

Install

npm install cassis

Usage

Create from object

import { Stylesheet } from 'cassis';
 
const css = new Stylesheet();
 
 
console.log(css.toString());
html {
  font-size: 100%;
}
@media (max-device-width : 600px) {
  body {
    font-size: 32px;
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    2
    • latest

Version History

Package Sidebar

Install

npm i cassis

Weekly Downloads

2

Version

1.0.5

License

ISC

Last publish

Collaborators

  • francoisv