mirror of
https://github.com/tabler/tabler.git
synced 2026-08-09 12:52:24 +04:00
@@ -72,4 +72,11 @@
|
||||
$active-color: null
|
||||
) {
|
||||
// Override bootstrap core
|
||||
}
|
||||
|
||||
//
|
||||
// TODO: remove when https://github.com/twbs/bootstrap/pull/37425/ will be released
|
||||
//
|
||||
@function opaque($background, $foreground) {
|
||||
@return mix(rgba($foreground, 1), $background, opacity($foreground) * 100%);
|
||||
}
|
||||
@@ -5,4 +5,4 @@
|
||||
@import "mixins";
|
||||
|
||||
@import "bootstrap-config";
|
||||
@import "mixins-override";
|
||||
@import "bootstrap-override";
|
||||
|
||||
@@ -44,4 +44,5 @@
|
||||
@error "breakpoint `#{$name}` not found in `#{$breakpoints}`";
|
||||
}
|
||||
@return if($n > 1, nth($breakpoint-names, $n - 1), null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user