Change requires to imports in the scss manifest
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.