Commit 52eaa142 authored by Mike Greiling's avatar Mike Greiling

Fix select2 image assets

This commit takes the select2.css file from node_modules/select2
and alters it slightly to allow sprockets to recognize image asset
paths and include them in our production assets.
parent d795ab07
......@@ -13,7 +13,7 @@
// directory.
@import '@gitlab/at.js/dist/css/jquery.atwho';
@import 'dropzone/dist/basic';
@import 'select2/select2';
@import 'select2';
// GitLab UI framework
@import 'framework';
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment