Document writing in progress ..

This commit is contained in:
2025-11-25 22:09:00 +08:00
parent 444d3f866d
commit 874d1b7bd1
5691 changed files with 408435 additions and 0 deletions

12
docs/font-awesome/scss/_widths.scss vendored Normal file
View File

@@ -0,0 +1,12 @@
// icon widths
// -------------------------
@use 'variables' as v;
.#{v.$css-prefix}-width-auto {
--#{v.$css-prefix}-width: auto;
}
.#{v.$css-prefix}-fw,
.#{v.$css-prefix}-width-fixed {
--#{v.$css-prefix}-width: #{v.$fw-width};
}