Skip to content

Commit 03f2f20

Browse files
committed
fix: path has been updated in the meantime
1 parent e6d53d0 commit 03f2f20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

angular17-example/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Combined dependencies like variables, colors and tonality and all components
22
@forward "@db-ux/core-components/build/styles/rollup";
33
// We use $db-spacing-fixed-md variable so we need to import the file where the variable is defined
4-
@use "@db-ux/core-foundations/build/scss/variables";
4+
@use "@db-ux/core-foundations/build/styles/variables";
55

66
.container-with-padding {
77
padding: variables.$db-spacing-fixed-md;

react-example/src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Combined dependencies like variables, colors and tonality and all components
22
@forward "@db-ux/core-components/build/styles/rollup";
33
// We use $db-spacing-fixed-md variable so we need to import the file where the variable is defined
4-
@use "@db-ux/core-foundations/build/scss/variables";
4+
@use "@db-ux/core-foundations/build/styles/variables";
55
// Color-classes are optional, we use them in the example to have easy access to colors
66
@forward "@db-ux/core-foundations/build/css/colors/classes/all";
77

vue-example/src/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Combined dependencies like variables, colors and tonality and all components
22
@forward "@db-ux/core-components/build/styles/db-ux-42-rollup";
33
// We use $db-spacing-fixed-md variable so we need to import the file where the variable is defined
4-
@use "@db-ux/core-foundations/build/scss/variables";
4+
@use "@db-ux/core-foundations/build/styles/variables";
55
// Color-classes are optional, we use them in the example to have easy access to colors
66
@forward "@db-ux/core-foundations/build/css/colors/classes/all";
77

0 commit comments

Comments
 (0)