Skip to content

Commit

Permalink
fix: issues for csstools import in db-ui-base.scss (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
nmerget and mfranzke authored Nov 17, 2022
1 parent b88517c commit 8e8653b
Showing 1 changed file with 2 additions and 2 deletions.
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.css";

@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 8e8653b

Please sign in to comment.