config update

This commit is contained in:
ra_ma
2026-07-14 18:36:07 +01:00
parent 482fb63768
commit d07a936838
2174 changed files with 386485 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
// sizing icons
// -------------------------
// literal magnification scale
@for $i from 1 through 10 {
.#{$fa-css-prefix}-#{$i}x {
font-size: $i * 1em;
}
}
// step-based scale (with alignment)
@each $size, $value in $fa-sizes {
.#{$fa-css-prefix}-#{$size} {
@include fa-size($value);
}
}