Skip to content

Commit b220882

Browse files
authored
Apply suggestions from code review
1 parent da66083 commit b220882

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

angular17-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
```scss
1515
// 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";
1717
```
1818

1919
7. Goto `src/app/app.component.html` and replace content with:

angular17-example/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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";
33
// We use $db-spacing-fixed-md variable so we need to import the file where the variable is defined
44
@use "@db-ux/core-foundations/build/scss/variables";
55

react-example/src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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";
33
// We use $db-spacing-fixed-md variable so we need to import the file where the variable is defined
44
@use "@db-ux/core-foundations/build/scss/variables";
55
// Color-classes are optional, we use them in the example to have easy access to colors

react-tailwind-template/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "@db-ux/core-components/build/styles/db-ux-42-rollup.css";
1+
@import "@db-ux/core-components/build/styles/rollup.css";
22

33
@tailwind base;
44
@tailwind components;

0 commit comments

Comments
 (0)