You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we probably will not support that syntax, but perhaps via a different one. The reason is that the CSS spec requires an <ident> keyword there, not a selector. See this proposal: css-modules/css-modules#390
The CSS Modules documentation mentions the use of
:global
applied to keyframe names: https://github.com/css-modules/css-modules/blob/master/docs/composition.md#exceptions. This functionality is supported by PostCSS, and the lack of support for it in LightningCSS is disappointing.Example input:
Expected output (jump name saved):
Current behavior - "ERROR: Unexpected token Colon". Click
The text was updated successfully, but these errors were encountered: