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

/cassis/

    Package Sidebar

    Install

    npm i cassis

    Weekly Downloads

    1

    Version

    1.0.5

    License

    ISC

    Last publish

    Collaborators

    • francoisv