From 5d8615a958b20c59a7ed00be0aa2ef8f2f9cc233 Mon Sep 17 00:00:00 2001 From: "Moritz Kaspar Rudert (mortzu)" Date: Mon, 8 Sep 2014 08:16:09 +0200 Subject: moved external libraries into gitmodules --- themes/base.scss | 2 +- themes/theme1.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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) -- cgit v1.2.3-54-g00ecf