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-08-22 00:34:39 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:04 +0300
commita1c5ec516b5352f70ba93b704d36ecd8e284eabd (patch)
tree794bb70f440910b6f6b10c72f40e5bc359f6e5a3 /assets
parent3db610a768032bcabdaffc83bf0f343558fc9958 (diff)
sass -> sassc
Fixes #1156
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 eb3a8f57..9c2a76cd 100644
--- a/assets/stylesheets/bootstrap/_theme.scss
+++ b/assets/stylesheets/bootstrap/_theme.scss
@@ -8,8 +8,8 @@
// Load core variables and mixins
// --------------------------------------------------
-@import "variables";
-@import "mixins";
+@import "bootstrap/variables";
+@import "bootstrap/mixins";
//