Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! WIP New Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Aug 15, 2024
1 parent d73cf88 commit 331a1ec
Show file tree
Hide file tree
Showing 20 changed files with 926 additions and 274 deletions.
8 changes: 4 additions & 4 deletions packages/design-tokens/src/scss/@themes.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@use 'themes/light' as theme-light;
@use 'themes/light-inverted' as theme-light-inverted;
@use 'themes/theme-light' as theme-light;
@use 'themes/theme-light-inverted' as theme-light-inverted;

$themes: (
// The first theme is the default theme, as the left column in the Figma table.
light:
theme-light:
(
colors: theme-light.$colors,
gradients: theme-light.$gradients,
shadows: theme-light.$shadows,
),
light-inverted: (
theme-light-inverted: (
colors: theme-light-inverted.$colors,
gradients: theme-light-inverted.$gradients,
shadows: theme-light-inverted.$shadows,
Expand Down
7 changes: 3 additions & 4 deletions packages/design-tokens/src/scss/global/_borders.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Generated Borders from Supernova. Do not edit manually.
// Manually created from Figma
$border-none: none !default;
$border-solid: solid !default;
$border-dashed: dashed !default;
$border-style-none: none !default;
$border-style-solid: solid !default;
$border-style-dashed: dashed !default;
$border-width-0: 0 !default;
$border-width-100: 1px !default;
$border-width-200: 2px !default;
1 change: 0 additions & 1 deletion packages/design-tokens/src/scss/global/_other.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Generated Generic Tokens (Other) from Supernova. Do not edit manually.
// Manually created from Figma
$container-max-width: 1280px !default;

Expand Down
1 change: 0 additions & 1 deletion packages/design-tokens/src/scss/global/_radii.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Generated Radii from Supernova. Do not edit manually.
// Manually created from Figma
$radius-0: 0 !default;
$radius-100: 2px !default;
Expand Down
1 change: 0 additions & 1 deletion packages/design-tokens/src/scss/global/_spaces.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Generated Measures from Supernova. Do not edit manually.
// Manually created from Figma
$space-0: 0 !default;
$space-100: 1px !default;
Expand Down
Loading

0 comments on commit 331a1ec

Please sign in to comment.