Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Aug 2, 2023
1 parent 249f746 commit a42281f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/less/src/parser-antlr/CssLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ PropertyRule : '@property';
LayerRule : '@layer';
ScopeRule : '@scope';

/** CSS allows any at-rule definition */
AtRule : '@' Ident;

// Parse specifically later?
Expand Down

0 comments on commit a42281f

Please sign in to comment.