Skip to content

Commit 53a1141

Browse files
kirchoniJuveniel
authored andcommitted
fix(fluent): forward variables in order to be configurable
1 parent e0dc8c6 commit 53a1141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fluent/scss/core/_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@use "sass:map";
22

33
// Palettes
4+
@forward "./color-system/palettes";
45
@use "./color-system/palettes" as *;
56

67
// Variables
7-
@use "./variables" as *;
88
@forward "./variables";
99

1010
@forward "@progress/kendo-theme-core/scss/index.import.scss" with (

0 commit comments

Comments
 (0)