diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-09-21 12:42:12 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-09-21 12:42:12 +0200 |
commit | ba9fb4dae31cbf6969ed1ec917faca956044e063 (patch) | |
tree | 4faa20204ed971b7f3bf9eaaceae0df76819377d /source/stylesheets | |
parent | bc34563dc1e47f6e698aee12efde182e986c5b0f (diff) |
configure foundation
Diffstat (limited to 'source/stylesheets')
-rw-r--r-- | source/stylesheets/base.css.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/stylesheets/base.css.scss b/source/stylesheets/base.css.scss index b360df7..bcef650 100644 --- a/source/stylesheets/base.css.scss +++ b/source/stylesheets/base.css.scss @@ -1,4 +1,3 @@ -// TODO -body { -} +@import "normalize.scss"; +@import "foundation.scss"; |