This commit is contained in:
Viet An
2026-05-25 17:12:18 +07:00
parent 6685a43360
commit aa084150b5
9 changed files with 83 additions and 72 deletions

View File

@@ -1,5 +1,9 @@
@use "sass:list";
.debug {
border: 1px solid red !important;
}
// Font size loops
@for $i from 10 through 50 {
.fs-#{$i} {