-
- Downloads
Use absolute paths for SCSS imports
A recent update in [GitLab UI] and setting the [config.assets.paths] to include `node_modules` for the resolution of SCSS imports, allows us to have much nicer imports which don't rely on brittle relative paths. This change also forwards @gitlab/ui to the newest version [GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602 [config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
Showing
- app/assets/stylesheets/application.scss 4 additions, 4 deletionsapp/assets/stylesheets/application.scss
- app/assets/stylesheets/csslab.scss 1 addition, 1 deletionapp/assets/stylesheets/csslab.scss
- app/assets/stylesheets/errors.scss 6 additions, 6 deletionsapp/assets/stylesheets/errors.scss
- app/assets/stylesheets/framework.scss 1 addition, 1 deletionapp/assets/stylesheets/framework.scss
- package.json 1 addition, 1 deletionpackage.json
- yarn.lock 57 additions, 147 deletionsyarn.lock
Please register or sign in to comment