File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Combined dependencies like variables, colors and tonality and all components
2
2
@forward " @db-ux/core-components/build/styles/rollup" ;
3
3
// 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" ;
5
5
6
6
.container-with-padding {
7
7
padding : variables .$db-spacing-fixed-md ;
Original file line number Diff line number Diff line change 1
1
// Combined dependencies like variables, colors and tonality and all components
2
2
@forward " @db-ux/core-components/build/styles/rollup" ;
3
3
// 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" ;
5
5
// Color-classes are optional, we use them in the example to have easy access to colors
6
6
@forward " @db-ux/core-foundations/build/css/colors/classes/all" ;
7
7
Original file line number Diff line number Diff line change 1
1
// Combined dependencies like variables, colors and tonality and all components
2
2
@forward " @db-ux/core-components/build/styles/db-ux-42-rollup" ;
3
3
// 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" ;
5
5
// Color-classes are optional, we use them in the example to have easy access to colors
6
6
@forward " @db-ux/core-foundations/build/css/colors/classes/all" ;
7
7
You can’t perform that action at this time.
0 commit comments