Move files.
This commit is contained in:
parent
259a6624ed
commit
3b4ea05cd3
5 changed files with 4 additions and 4 deletions
|
@ -8,9 +8,9 @@
|
||||||
* MIT Licensed
|
* MIT Licensed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "_fonts";
|
@import "_addon/fonts";
|
||||||
@import "_module";
|
@import "_addon/module";
|
||||||
@import "_variables";
|
@import "_addon/variables";
|
||||||
@import "_colors/light-typography";
|
@import "_colors/light-typography";
|
||||||
@import "_colors/dark-typography";
|
@import "_colors/dark-typography";
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
© 2019 Cotes Chung
|
© 2019 Cotes Chung
|
||||||
MIT License
|
MIT License
|
||||||
*/
|
*/
|
||||||
@import "_variables";
|
@import "_addon/variables";
|
||||||
|
|
||||||
$prompt-older: "{{ site.data.label.post.button.previous }}";
|
$prompt-older: "{{ site.data.label.post.button.previous }}";
|
||||||
$prompt-newer: "{{ site.data.label.post.button.next }}";
|
$prompt-newer: "{{ site.data.label.post.button.next }}";
|
||||||
|
|
Loading…
Reference in a new issue