Skip to content

Commit 8a5c3c3

Browse files
committed
Move files.
1 parent 26830a6 commit 8a5c3c3

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

assets/css/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* MIT Licensed
99
*/
1010

11-
@import "_fonts";
12-
@import "_module";
13-
@import "_variables";
11+
@import "_addon/fonts";
12+
@import "_addon/module";
13+
@import "_addon/variables";
1414
@import "_colors/light-typography";
1515
@import "_colors/dark-typography";
1616

assets/css/post.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
© 2019 Cotes Chung
88
MIT License
99
*/
10-
@import "_variables";
10+
@import "_addon/variables";
1111

1212
$prompt-older: "{{ site.data.label.post.button.previous }}";
1313
$prompt-newer: "{{ site.data.label.post.button.next }}";

0 commit comments

Comments
 (0)