diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-07-18 16:36:38 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-07-18 16:36:38 -0400 |
commit | 517993e10b56bdba3bac50e873ba9942d22fc00b (patch) | |
tree | 0b4483ba883b71edd5652128959b3569ff02f8e4 /styles/blog.scss | |
parent | 827244286aa7b0c5d9d52e0568f35aaa151bb811 (diff) | |
download | carpentertutoring-517993e10b56bdba3bac50e873ba9942d22fc00b.tar.xz carpentertutoring-517993e10b56bdba3bac50e873ba9942d22fc00b.zip |
basic announcement system working; still needs date filtering
Diffstat (limited to 'styles/blog.scss')
-rw-r--r-- | styles/blog.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/blog.scss b/styles/blog.scss index d286a5e..d4f2702 100644 --- a/styles/blog.scss +++ b/styles/blog.scss @@ -3,5 +3,6 @@ //body { // background-image: url("/assets/bg.png"); //} + @import "./main.scss"; @import "../_bulma/node_modules/bulma/sass/components/card.sass"; |