init commit

This commit is contained in:
app-harry
2024-10-26 23:40:47 +08:00
parent 81619da270
commit be2a1b0d42
4296 changed files with 757736 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// specific icon class definition
// -------------------------
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
each(.fa-icons(), {
.@{fa-css-prefix}-@{key}::before { content: @value; }
});