Skip to content

Commit

Permalink
feat(css_parser): css modules composes
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov committed May 30, 2024
1 parent f4cbec7 commit eef1ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/codegen/css.ungram
Original file line number Diff line number Diff line change
Expand Up @@ -523,15 +523,15 @@ CssComposesClassList = CssCustomIdentifier*
// composes: className from './style.css';
// ^^^^^^^^^^^^^^^^^^
// composes: className from global;
// ^^^^^^^^^^^
// ^^^^^^^^^^^
CssComposesImportSpecifier =
'from'
source: AnyCssComposesImportSource

// composes: className from './style.css';
// ^^^^^^^^^^^^^
// composes: className from global;
// ^^^^^^
// ^^^^^^
AnyCssComposesImportSource =
CssString | CssIdentifier

Expand Down

0 comments on commit eef1ee4

Please sign in to comment.