Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 431 Bytes

internal.md

File metadata and controls

13 lines (11 loc) · 431 Bytes

States

  • 0 - Reset - Outside of rules

  • 1 - RuleStart - Start of a selector

  • 2 - RuleReset - After the open-braces

  • 3 - PropStart - Start of a property.

  • 4 - ValueReset - After the colon in a property.

  • 5 - ValueStart - Start of a property value.

  • 6 - ValueEnd - End of a property value, the semicolon.

  • 7 - CallReset - Start of a call such as url(stuff)

  • 8 - CallStart

  • 9 - Exit