summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-12-22 09:56:48 -0700
committermo <mo.khan@gmail.com>2018-12-22 09:56:48 -0700
commitd9bf81f5ad639f06602e6efdfed89bb6d626aa95 (patch)
treef412af49ea774d31de10442d679ccf43698f023e
parent42b27495e9762d0c1846d1f01fde746ececa9e2a (diff)
add base scss
-rw-r--r--index.scss2
-rw-r--r--scss/_base.scss3
2 files changed, 5 insertions, 0 deletions
diff --git a/index.scss b/index.scss
index 7c81b0e..a30eb61 100644
--- a/index.scss
+++ b/index.scss
@@ -1 +1,3 @@
@charset 'utf-8';
+
+@import "scss/base"
diff --git a/scss/_base.scss b/scss/_base.scss
new file mode 100644
index 0000000..8371917
--- /dev/null
+++ b/scss/_base.scss
@@ -0,0 +1,3 @@
+body {
+ background-color: blue;
+}