You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scss/style.scss
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
@import"_reset";
7
7
@import"_variables";
8
8
@import"_mixins";
9
-
@import"_highlights"; // Tempted to move this to the end of the file, so that it shows up at the end of the .css
9
+
@import"_highlights";
10
+
// TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting.
0 commit comments