1.0.5 • Published 8 years ago

cassis v1.0.5

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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.10

8 years ago

0.0.9

9 years ago

0.0.8

9 years ago