0.3.24 • Published 4 years ago
@candlelib/css v0.3.24
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
4 years ago
0.3.23
4 years ago
0.3.17
4 years ago
0.3.16
4 years ago
0.3.18
4 years ago
0.3.15
4 years ago
0.3.14
4 years ago
0.3.13
4 years ago
0.3.12
4 years ago
0.3.11
4 years ago
0.3.9
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.8
4 years ago
0.3.7
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.2
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago