This commit is contained in:
Viet An
2026-05-04 12:00:16 +07:00
parent 9bb9ed0809
commit 93d29ca7d8
2 changed files with 6 additions and 154 deletions

View File

@@ -1,5 +1,11 @@
@use "sass:list";
// Font size loops
@for $i from 10 through 50 {
.fs-#{$i} { font-size: $i + px; }
.fsb-#{$i} { font-size: $i + px; font-weight: bold; }
}
.font-thin {
font-weight: 100;
}