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
Set up a _modes.scss file which uses the semantic tokens from the modes layer. This file is intended to be @use'd by other output files, so should not be compiled on it's own and should not contain any other styles than the tokens.
Notes:
Don't wrap the light mode styles in a query, they are the default styles.
Selectors for light mode:
[data-color-mode="light"]
Selectors for dark mode:
[data-color-mode="dark"]
Tasks
The content you are editing has changed. Please copy your edits and refresh the page.
Description
Set up a
_modes.scss
file which uses the semantic tokens from the modes layer. This file is intended to be@use
'd by other output files, so should not be compiled on it's own and should not contain any other styles than the tokens.Notes:
Don't wrap the light mode styles in a query, they are the default styles.
Selectors for light mode:
[data-color-mode="light"]
Selectors for dark mode:
[data-color-mode="dark"]
Tasks
💻 Tasks
Components/Interactives
andComponents/Notifications
tokens #3262The text was updated successfully, but these errors were encountered: