1
0
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:
Paweł Kuna
2022-09-18 21:41:30 +02:00
committed by GitHub
parent b7db449d02
commit f2ce1d9239
40 changed files with 180 additions and 138 deletions
+12
View File
@@ -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};
}