Skip to content

Releases: bananacss/css-ast-iterations

V 0.5.0 - MoonWalk

27 Aug 01:23
Compare
Choose a tag to compare

giphy

  • moonWalkAllRules() - backwards iterations

V 0.4.0

24 Aug 16:34
Compare
Choose a tag to compare
  • addRule() method created.

V 0.3.0

23 Aug 21:27
Compare
Choose a tag to compare
  • removeRule() method created.

V 0.2.0

23 Aug 05:37
Compare
Choose a tag to compare
  • findAllRulesBySelectors() method created.

V 0.1.0

23 Aug 05:34
Compare
Choose a tag to compare

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()