Skip to content

Commit 8ffb242

Browse files
authored
Merge pull request #131 from StaphSynth/dallen/fix-scss-warning
remove SCSS @import
2 parents 0d29b60 + b385bf0 commit 8ffb242

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/stylesheets/main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
---
33

4-
@import "base";
5-
@import "fonts";
6-
@import "colours";
7-
@import "syntax";
4+
@use "base";
5+
@use "fonts";
6+
@use "colours";
7+
@use "syntax";
88

99
/*==================================================
1010
GENERAL

0 commit comments

Comments
 (0)