We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed1caa commit b7ded97Copy full SHA for b7ded97
2 files changed
.gitignore
@@ -1,2 +1,15 @@
1
2
*.pdf
3
+# Commiting contents of _site for themes
4
+# _site
5
+_site/404.html
6
+_site/about/
7
+_site/assets/
8
+_site/feed.xml
9
+_site/github/
10
+_site/index.html
11
+_site/jekyll/
12
+_site/gh-pages/
13
+.sass-cache
14
+.jekyll-cache
15
+.jekyll-metadata
assets/css/style.scss
@@ -1,5 +1,5 @@
---
-@import "{{ site.theme }}";
-@import "custom";
+{@import "{{ site.theme }}";
+@import "custom";}
0 commit comments