This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
e5e1c907c0
gitlab-org--gitlab-foss
/
app
/
assets
/
stylesheets
/
csslab.scss
2 lines
47 B
SCSS
Raw
Normal View
History
Unescape
Escape
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
2019-06-28 05:04:08 -04:00
@import
"
@gitlab/csslab/dist/css/csslab-slim
"
;
Copy permalink