Skip to content

Commit

Permalink
refactor: remove obsolete variable (#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 8, 2025
1 parent 46c2f12 commit fd36948
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/foundations/scss/_absolute.assets-paths.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// If you serve your assets and your css on root level you might need those paths.
@use "default.assets-paths" as assets-paths with (
$icons-path: "/assets/icons/",
$images-path: "/assets/images/",
$fonts-path: "/assets/fonts/"
);
1 change: 0 additions & 1 deletion packages/foundations/scss/_default.assets-paths.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$icons-path: "../assets/icons/" !default;
$images-path: "../assets/images/" !default;
$fonts-path: "../assets/fonts/" !default;
1 change: 0 additions & 1 deletion packages/foundations/scss/_rollup.assets-paths.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// If this library is used as an npm dependency, and the source files should be included rather than css, this corrects the paths.
@use "default.assets-paths" as assets-paths with (
$icons-path: "@db-ui/foundations/assets/icons/",
$images-path: "@db-ui/foundations/assets/images/",
$fonts-path: "@db-ui/foundations/assets/fonts/"
);
1 change: 0 additions & 1 deletion packages/foundations/scss/_webpack.assets-paths.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// If this library is used as an npm dependency, and the source files should be included rather than css, this corrects the paths.
@use "default.assets-paths" as assets-paths with (
$icons-path: "~@db-ui/foundations/assets/icons/",
$images-path: "~@db-ui/foundations/assets/images/",
$fonts-path: "~@db-ui/foundations/assets/fonts/"
);

0 comments on commit fd36948

Please sign in to comment.