- getAllRules
- backwardRulesTracer
- addRule
- addDeclaration
- removeRule
- getImports
- getAllDeclarations
- getAllDeclarationsBySelector
- getAllDeclarationsByProperty
- getAllDeclarationsByValue
- findDeclarations
- findDeclarationsBySelector
- findDeclarationsByProperty
- findDeclarationsByValue
- getAllRulesBySelector
- getAllRulesByType
- addDeclaration
- removeDeclaration
- getParam
- getAllParams
$ npm i @ando105/ast-css-iter --save-dev
const css = require('css')
const astIter = require('@ando105/ast-css-iter')
To be updated
Validate the code style with ESLint:
$ npm i eslint --save-dev
$ npm run eslint
Run the unit tests with mocha:
$ npm run test
See Releases to see my detailed changelog.