Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@MKRhere MKRhere released this 16 Oct 07:03
b3a7b9f
  • Breaking: CSSParserToken::type has been renamed to kind
  • NumberToken::isInteger has been removed in favour of NumberToken::type: "integer" | "number"
  • unicodeAllowedRanges is optional. We will not parse unicode-ranges by default
  • All tokens and rules have a debug property. This can be used to retrieve line and column information
  • Debug has an offset property, but this has a known off-by-one error