Skip to content

Change requires to imports in the scss manifest

DJ Mountney requested to merge perforce/gitlab-ce:scss-require-to-import into master

The require_self directive in the manifest is making it difficult to import the application.scss into other engines. This change switches the require statements to imports. I've diffed the output and the only real difference is that one of the jquery.ui dependencies is in a different order.

Note: I logged a bug with sass-rails about the require_self, but the response I got was to not use require statements in sass.

Merge request reports