update
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 11m45s

This commit is contained in:
2025-06-14 13:12:42 +09:00
parent bb6d51a602
commit 21c665c087
2162 changed files with 373849 additions and 967 deletions

View File

@ -0,0 +1,19 @@
// sizing icons
// -------------------------
// literal magnification scale
.sizes-literal(@factor) when (@factor > 0) {
.sizes-literal((@factor - 1));
.@{fa-css-prefix}-@{factor}x {
font-size: (@factor * 1em);
}
}
.sizes-literal(10);
// step-based scale (with alignment)
each(.fa-sizes(), {
.@{fa-css-prefix}-@{key} {
.fa-size(@value);
}
});