Skip to content

Commit b385bf0

Browse files
committed
remove SCSS @import
1 parent 1eae9ef commit b385bf0

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)