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:
authorMike Greiling <mike@pixelcog.com>2019-03-08 20:09:58 +0300
committerMarin Jankovski <marin@gitlab.com>2019-03-08 20:09:58 +0300
commita8e603d25e6e907b882432761eef14fe82d18418 (patch)
tree43636113841f59a2bd5b4f07585fabe6a2a176de /app/assets/stylesheets/application.scss
parent628b5c099dd6e5f4faca7b024a804ab8bb2f03fa (diff)
Remove select2-rails (select2 is now installed via yarn)
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 83ad8766cb5..d1cf2b8f9a0 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -3,7 +3,6 @@
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery.atwho
- *= require select2
*= require_self
*= require cropper.css
*/
@@ -18,6 +17,7 @@
@import "../../../node_modules/pikaday/scss/pikaday";
@import "../../../node_modules/dropzone/dist/basic";
+@import "../../../node_modules/select2/select2";
/*
* GitLab UI framework