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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-10 19:23:10 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 19:23:10 +0300
commit28b0ed33cf968ca39d485de3e2777564dc1c9724 (patch)
tree7a53c33ced2e72f37019e3636d3da31a3298b446 /app/assets/stylesheets/framework.scss
parent9bcf8f43c6e50f4e00bda6fd693bd0bbd8a1fc4d (diff)
[skip ci] polyfill .hidden selector
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r--app/assets/stylesheets/framework.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss
index dba97281c38..14e7b38fffc 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -1,8 +1,7 @@
@import "framework/variables";
@import "framework/mixins";
-@import "framework.bs4";
@import "../../../node_modules/bootstrap/scss/bootstrap";
-@import "framework.bs3";
+@import "bootstrap_migration";
@import "framework/layout";
@import "framework/animations";