mirror of
https://github.com/tabler/tabler.git
synced 2026-07-21 04:52:21 +04:00
fix core.scss includes
This commit is contained in:
@@ -1,27 +1,4 @@
|
||||
// stylelint-disable property-no-vendor-prefix
|
||||
|
||||
:root {
|
||||
font-size: 16px;
|
||||
height: 100%;
|
||||
|
||||
@each $name, $color in $theme-colors {
|
||||
--#{$prefix}#{$name}: #{$color};
|
||||
--#{$prefix}#{$name}-darken: #{theme-color-darker($color)};
|
||||
--#{$prefix}#{$name}-light: #{theme-color-lighter($color)};
|
||||
//--#{$prefix}#{$name}-rgb: #{to-rgb($color)};
|
||||
}
|
||||
|
||||
--#{$prefix}card-bg: #{$card-bg};
|
||||
--#{$prefix}card-bg-hover: #{$card-bg-hover};
|
||||
--#{$prefix}card-color: #{$card-color};
|
||||
|
||||
--#{$prefix}border-color: #{$border-color};
|
||||
--#{$prefix}border-color-light: #{$border-color-light};
|
||||
|
||||
--#{$prefix}icon-color: #{$icon-color};
|
||||
--#{$prefix}disabled-bg: #{$disabled-bg};
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
letter-spacing: $body-letter-spacing;
|
||||
|
||||
Reference in New Issue
Block a user