mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
headings unify, borders unify (#1254)
This commit is contained in:
@@ -18,6 +18,18 @@
|
||||
--#{$prefix}icon-color: #{$icon-color};
|
||||
--#{$prefix}disabled-bg: #{$disabled-bg};
|
||||
|
||||
@each $name, $value in $font-weights {
|
||||
--#{$prefix}font-weight-#{$name}: #{$value};
|
||||
}
|
||||
|
||||
@each $name, $value in $font-sizes {
|
||||
--#{$prefix}font-size-#{$name}: #{$value};
|
||||
}
|
||||
|
||||
@each $name, $value in $line-heights {
|
||||
--#{$prefix}line-height-#{$name}: #{$value};
|
||||
}
|
||||
|
||||
@each $name, $value in $shadows {
|
||||
--#{$prefix}#{$name}: #{$value};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user