diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.scss | 2 | ||||
-rw-r--r-- | themes/theme1.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/base.scss b/themes/base.scss index e2a6d56a..b861c7d0 100644 --- a/themes/base.scss +++ b/themes/base.scss @@ -1,7 +1,7 @@ //** Load fonts from this directory. $icon-font-path: "../fonts/"; -@import "../vendor/bootstrap-3.2.0/bootstrap"; +@import "../vendor/bootstrap/bootstrap"; body { padding-top: 50px; diff --git a/themes/theme1.scss b/themes/theme1.scss index 2cd2519b..cf05879d 100644 --- a/themes/theme1.scss +++ b/themes/theme1.scss @@ -1,4 +1,4 @@ -@import "../vendor/bootstrap-3.2.0/_variables"; +@import "../vendor/bootstrap/_variables"; /* The MIT License (MIT) |