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;
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i cassis

Weekly Downloads

13

Version

1.0.5

License

ISC

Last publish

Collaborators

  • francoisv