Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 14:30:59 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:04 +0300
commit3c126b3d9616bc07b6d976f8aee7ad662bd8013a (patch)
treef4fed127d124ff0c772344a06868520a44f78954 /assets
parentdcdef9bfd81a9821d775417dbdab4c5df3553ba2 (diff)
Revert relative imports change
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/bootstrap/_theme.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_theme.scss b/assets/stylesheets/bootstrap/_theme.scss
index 468357d9..0ce703ac 100644
--- a/assets/stylesheets/bootstrap/_theme.scss
+++ b/assets/stylesheets/bootstrap/_theme.scss
@@ -8,8 +8,8 @@
// Load core variables and mixins
// --------------------------------------------------
-@import "bootstrap/variables";
-@import "bootstrap/mixins";
+@import "variables";
+@import "mixins";
//