diff options
author | Praveen Arimbrathodiyil <praveen@debian.org> | 2019-03-08 07:38:20 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-03-08 07:38:20 +0000 |
commit | c21543fe75c5bf63a8d61a98a3e417b6e4ea09fd (patch) | |
tree | 1a091f85e43989efb7b53d6de8fac4bb037d9cdc /app/assets/stylesheets/application.scss | |
parent | 5596eed162da4044299af57ff08cbd72393b2890 (diff) | |
download | gitlab-ce-c21543fe75c5bf63a8d61a98a3e417b6e4ea09fd.tar.gz |
remove select2-rails (select2 is now installed via yarn)
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r-- | app/assets/stylesheets/application.scss | 2 |
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 |