0.3.24 • Published 2 years ago

@candlelib/css v0.3.24

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CandleLibrary CSS is a general purpose CSS parser, editor, and generator tool.

Install

NPM

npm install --save @candlelib/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 "@candlelib/css";

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

2 years ago

0.3.23

2 years ago

0.3.17

3 years ago

0.3.16

3 years ago

0.3.18

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.9

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago