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
To semantically organize the selectors and their declarations. Currently all of the declarations are simply on the same level, and it can be updated to make it easier to see how they are related by introducing CSS custom properties, separating the structural definitions and their values. Introducing the custom properties should also make it possible to access and manipulate those values with TypeScript.
How would you like to achieve it?
Add a common structure of the declarations, introduce CSS custom properties, making it easy to customize the style with TypeScript.
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Your use case
What would you like to do?
Introduce CSS custom properties to
_TopUnreadMessagesBar.pcss
.Why would you like to do it?
To semantically organize the selectors and their declarations. Currently all of the declarations are simply on the same level, and it can be updated to make it easier to see how they are related by introducing CSS custom properties, separating the structural definitions and their values. Introducing the custom properties should also make it possible to access and manipulate those values with TypeScript.
How would you like to achieve it?
Add a common structure of the declarations, introduce CSS custom properties, making it easy to customize the style with TypeScript.
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: