Skip to content

v0.18.16

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 04:49
  • Fix a regression with whitespace inside :is() (#3265)

    The change to parse the contents of :is() in version 0.18.14 introduced a regression that incorrectly flagged the contents as a syntax error if the contents started with a whitespace token (for example div:is( .foo ) {}). This regression has been fixed.