1.0.5 • Published 10 years ago

cassis v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

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

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago