Commit c7140c77 authored by Mark Florian's avatar Mark Florian

Merge branch '36857-add-utilities' into 'master'

Include Gitlab UI utilities

See merge request gitlab-org/gitlab!30724
parents 4233d403 c5d7e93f
...@@ -37,4 +37,12 @@ ...@@ -37,4 +37,12 @@
@import "application_ee"; @import "application_ee";
// CSS util classes // CSS util classes
/**
These are deprecated in favor of the Gitlab UI utilities imported below.
Please check https://unpkg.com/browse/@gitlab/ui/src/scss/utilities.scss
to see the available utility classes.
**/
@import "utilities"; @import "utilities";
// Gitlab UI util classes
@import "@gitlab/ui/src/scss/utilities";
/**
Please note: These are deprecated in favor of the Gitlab UI utility classes.
Check https://unpkg.com/browse/@gitlab/ui/src/scss/utilities.scss
to see the available utility classes. If you cannot find the class you need,
consider adding it to Gitlab UI before adding it here.
**/
@each $variant, $range in $color-ranges { @each $variant, $range in $color-ranges {
@each $suffix, $color in $range { @each $suffix, $color in $range {
#{'.bg-#{$variant}-#{$suffix}'} { #{'.bg-#{$variant}-#{$suffix}'} {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment