Releases: bananacss/css-ast-iterations
Releases · bananacss/css-ast-iterations
V 0.5.0 - MoonWalk
V 0.4.0
- addRule() method created.
V 0.3.0
- removeRule() method created.
V 0.2.0
findAllRulesBySelectors()
method created.
V 0.1.0
Features:
Stylesheet Level - root
- findAllRules()
- findAllRulesByType()
- findAllRulesByType()
- findAllRulesByType()
- findAllSelectors()
- findAllImport()
- findAllDeclarations()
- findAllDeclarationsBySelectors()
- findAllDeclarationsByProperty()
- findAllDeclarationsByValue()
Rule Level
- findDeclarations()
- findDeclarationsBySelectors()
- findDeclarationsByProperty()
- findDeclarationsByValue()
Declarations Level
- addDeclaration()
- removeDeclaration()
- getParam()