0.2.8 • Published 3 years ago

@candlefw/css v0.2.8

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

CandleFW CSS

CandleFW CSS is a lightweight css parser, editor, and generator tool.

Install

NPM

npm install --save @candlefw/css

Usage

note: This script uses ES2015 module syntax, and has the extension .mjs. To include this script in a project, you may need to use the node flag --experimental-modules; or, use a bundler that supports ES modules, such as rollup.

import css from "@candlefw/css";

css(`
    div, a.header, h1 > a {
        color: red;
        height: 100em;
    }
`).then(parsed_css => {
    parser_css.rules;
});
0.2.8

3 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2-1

5 years ago

0.1.2-0

5 years ago

0.1.2-a

5 years ago

0.1.1-a

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago