Fix scss file extention

This commit is contained in:
Tekaoh
2019-09-18 21:19:01 -06:00
parent 5cd0bae369
commit 104cb5317c
2 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
---
---
@import "{{ site.theme }}";

12
assets/css/style.scss Normal file
View File

@@ -0,0 +1,12 @@
---
---
@import "{{ site.theme }}";
body {
background: inline-image("./images/checker.png") fixed;
}
.wrapper {
width: 740px;
}