Revert to static website

This commit is contained in:
thatscringebro
2023-03-17 20:49:55 -04:00
parent b6f8b40027
commit e5ba8a182b
2263 changed files with 10029 additions and 84733 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);
}
});