summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/utilities.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/utilities.scss')
-rw-r--r--app/assets/stylesheets/utilities.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/assets/stylesheets/utilities.scss b/app/assets/stylesheets/utilities.scss
index 7d98a780e55..af98d59251f 100644
--- a/app/assets/stylesheets/utilities.scss
+++ b/app/assets/stylesheets/utilities.scss
@@ -4,19 +4,6 @@
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 $suffix, $color in $range {
- #{'.bg-#{$variant}-#{$suffix}'} {
- background-color: $color;
- }
-
- #{'.text-#{$variant}-#{$suffix}'} {
- color: $color;
- }
- }
-}
-
@each $index, $size in $type-scale {
#{'.text-#{$index}'} {
font-size: $size;
@@ -290,11 +277,6 @@ to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1709
flex-flow: row wrap;
}
-// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/2098
-.gl-max-w-0 {
- max-width: 0;
-}
-
.gl-isolate {
isolation: isolate;
}