Skip to content

Commit

Permalink
design tokens comments
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Nov 13, 2024
1 parent b62b21a commit e2357e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ CSS Cascade Layers.

/*
----------------------------------------------------------------------------
Core CSS design tokens.
"Primitive" CSS design tokens.
----------------------------------------------------------------------------
*/
@import 'tokens.css' screen;

/*
----------------------------------------------------------------------------
Base scaffold, containing "system" design tokens.
Base scaffold, containing "semantic" design tokens.
----------------------------------------------------------------------------
*/
@import 'base/index.css' screen;
Expand Down
2 changes: 1 addition & 1 deletion ui/src/css/tokens.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* stylelint-disable value-keyword-case */
/*
----------------------------------------------------------------------------
CSS custom properties (e.g. from "design tokens") for dynamic theming.
"Primitive" design tokens for dynamic theming.
----------------------------------------------------------------------------
*/
:root {
Expand Down

0 comments on commit e2357e2

Please sign in to comment.