Skip to content

Commit

Permalink
fix: issues with normalize and revert _webpack.assets-paths.scss (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Nov 18, 2022
1 parent 8e8653b commit 02bf7f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scss/_default.assets-paths.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$icons-path: "assets/icons/" !default;
$images-path: "assets/images/" !default;
$fonts-path: "assets/fonts/" !default;
$icons-path: "../assets/icons/" !default;
$images-path: "../assets/images/" !default;
$fonts-path: "../assets/fonts/" !default;
File renamed without changes.
4 changes: 2 additions & 2 deletions scss/db-ui-base.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@use "@csstools/normalize.css/normalize" as *;

@use "variables" as *;
@use "variables.global" as *;
@use "color-placeholder" as *;
@use "tonality" as *;

@import "@csstools/normalize.css/normalize.css";

:root {
@extend %db-ui-normal;
}

0 comments on commit 02bf7f9

Please sign in to comment.