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
Allowing multiple custom property names in the @property rule would simplify, or make more DRY, cases where multiple very similar properties are defined:
Spec: https://drafts.css-houdini.org/css-properties-values-api-1/#at-property-rule
Allowing multiple custom property names in the
@property
rule would simplify, or make more DRY, cases where multiple very similar properties are defined:For example, the following (where
--x
,--y
, and--z
represent some coordinates):could be rewritten into:
The text was updated successfully, but these errors were encountered: