1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-17 11:01:42 +04:00

build fixes

This commit is contained in:
codecalm
2022-01-18 23:22:47 +01:00
parent 1f2e4132af
commit 692ff9f343
2 changed files with 1 additions and 14 deletions
+1
View File
@@ -330,6 +330,7 @@ $badge-line-height: $code-line-height !default;
$badge-font-weight: $font-weight-medium !default;
$badge-padding-y: .25em !default;
$badge-padding-x: .5em !default;
$badge-empty-size: .5rem !default;
//buttons
$input-btn-line-height: $line-height-base !default;
-14
View File
@@ -1,19 +1,5 @@
// stylelint-disable declaration-no-important
@each $color, $value in $theme-colors {
.bg-#{"" + $color}-lt {
color: $value !important;
background: theme-color-lighter($value, true) !important;
}
}
// Extra colors
@if $enable-extra-colors {
@each $color, $value in $extra-colors {
.bg-#{"" + $color} {
background-color: $value !important;
}
// All colors
@each $color, $value in theme-colors() {
.bg-#{"" + $color} {