Skip to content

Commit 0c1fa93

Browse files
authored
chore: fixed components-dev styles (#DS-2925) (#338)
1 parent b70a5fd commit 0c1fa93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/components-dev/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55

66
@use '../components/core/styles/visual/layout';
77

8+
@use 'apps/docs/src/styles/koobiq/default-theme/css-tokens-light.css';
9+
//@use 'apps/docs/src/styles/koobiq/default-theme/css-tokens-dark.css';
10+
811
@include layout.layouts-for-breakpoint();

packages/components/core/styles/theming/prebuilt/light-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ $tokens: meta.module-variables(tokens);
1313

1414
// Include all theme styles for the components.
1515
$theme: theming.kbq-light-theme($tokens);
16-
1716
@include koobiq-theme.koobiq-theme($theme);
1817

1918
// Include all typography for the components.

0 commit comments

Comments
 (0)