1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

All utilities are no longer !important; they use the top CSS layer instead so they're always applied

This commit is contained in:
Mark Otto
2025-02-21 14:19:23 -08:00
parent 78b6a5a0ad
commit 37d579548a
3 changed files with 57 additions and 58 deletions

View File

@@ -74,7 +74,7 @@
--#{$prefix}#{$local-var}: #{$variable};
}
}
#{$property}: $value if($enable-important-utilities, !important, null);
#{$property}: $value;
}
}
@@ -86,7 +86,7 @@
--#{$prefix}#{$local-var}: #{$variable};
}
}
#{$property}: $value if($enable-important-utilities, !important, null);
#{$property}: $value;
}
}
}