1.0.5 • Published 9 years ago

cassis v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
9 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

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago