include fontawesome svgs directly
This commit is contained in:
parent
77160a98b4
commit
e4ecaceb87
2134 changed files with 372698 additions and 0 deletions
9
static/fa/less/_icons.less
Normal file
9
static/fa/less/_icons.less
Normal 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; }
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue