File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
react-tailwind-template/src Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
``` scss
15
15
// Combined dependencies like variables, colors and tonality and all components
16
- @forward " @db-ux/core-components/build/styles/db-ux-42- rollup" ;
16
+ @forward " @db-ux/core-components/build/styles/rollup" ;
17
17
```
18
18
19
19
7 . Goto ` src/app/app.component.html ` and replace content with:
Original file line number Diff line number Diff line change 1
1
// Combined dependencies like variables, colors and tonality and all components
2
- @forward " @db-ux/core-components/build/styles/db-ux-42- rollup" ;
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
4
@use " @db-ux/core-foundations/build/scss/variables" ;
5
5
Original file line number Diff line number Diff line change 1
1
// Combined dependencies like variables, colors and tonality and all components
2
- @forward " @db-ux/core-components/build/styles/db-ux-42- rollup" ;
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
4
@use " @db-ux/core-foundations/build/scss/variables" ;
5
5
// Color-classes are optional, we use them in the example to have easy access to colors
Original file line number Diff line number Diff line change 1
- @import "@db-ux/core-components/build/styles/db-ux-42- rollup.css" ;
1
+ @import "@db-ux/core-components/build/styles/rollup.css" ;
2
2
3
3
@tailwind base;
4
4
@tailwind components;
You can’t perform that action at this time.
0 commit comments