Removed old version

This commit is contained in:
thatscringebro
2023-01-04 22:35:41 -05:00
parent a05768f405
commit b6f8b40027
4384 changed files with 13028 additions and 261231 deletions

View File

@@ -1,19 +0,0 @@
// 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);
}
});