We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f3868 commit 1a7cc80Copy full SHA for 1a7cc80
assets/style.scss
@@ -5,9 +5,10 @@
5
// IMPORTS
6
//
7
8
-@import "reset";
9
-@import "variables";
10
-// Syntax highlighting @import is at the bottom of this file
+@use "reset";
+@use "variables" as *;
+@use "darcula";
11
+@use "svg-icons";
12
13
/**************/
14
/* BASE RULES */
@@ -1290,8 +1291,3 @@ Modules - reusable parts of our design
1290
1291
margin: 20px 0;
1292
}
1293
-// Settled on moving the import of syntax highlighting to the bottom of the CSS
1294
-// ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start
1295
-//@import "highlights";
1296
-@import "darcula";
1297
-@import "svg-icons";
0 commit comments