Skip to content

Commit

Permalink
Update index.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Nov 5, 2024
1 parent 702ba56 commit 1642faf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manual/assets/css/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
@use "sass:meta";
@use "breakpoints";
@use "fonts";
@use "keyframes";
@use "themes";
@use "screen/default";

@media (min-width: breakpoints.$small) {
@import "screen/small";
@include meta.load-css("screen/small");
}

@media (min-width: breakpoints.$medium) {
@import "screen/medium";
@include meta.load-css("screen/medium");
}

@media (min-width: breakpoints.$large) {
@import "screen/large";
@include meta.load-css("screen/large");
}

0 comments on commit 1642faf

Please sign in to comment.