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
Task: Apply New @property API for Custom CSS Properties
Description
The new @property API for custom CSS properties allows for better type definitions, default values, and inheritance handling. We should update our custom CSS properties to use this new syntax for improved debugging and browser support.
To-Do
Review all custom CSS properties currently in use within the project.
Identify which custom properties can benefit from the new @property API.
Update the identified custom properties to use the new @property syntax.
Acceptance Criteria
Custom CSS properties are updated to use the @property API where applicable.
The updated properties function correctly with the new syntax.
Type validation, inheritance, and default values are properly applied as per the new API.
Task: Apply New
@property
API for Custom CSS PropertiesDescription
The new
@property
API for custom CSS properties allows for better type definitions, default values, and inheritance handling. We should update our custom CSS properties to use this new syntax for improved debugging and browser support.To-Do
@property
API.@property
syntax.Acceptance Criteria
@property
API where applicable.Example Implementation
Why This is a Good Idea
Additional Resources
MDN Documentation on @property
The text was updated successfully, but these errors were encountered: