Skip to content

Use absolute paths for SCSS imports

Lukas 'ai-pi' Eipert requested to merge leipert-absolute-scss-paths into master

What does this MR do?

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

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Lukas 'ai-pi' Eipert

Merge request reports