1
0

first update

This commit is contained in:
2024-03-18 19:59:59 +09:00
parent 40f6d6b8c4
commit b5949bea66
9700 changed files with 692940 additions and 3 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; }
});