Skip to content

Commit

Permalink
Create sprites[-regular|-solid|-brands].css
Browse files Browse the repository at this point in the history
+ CSS images are set by classes.
+ No CSS variables are used.
+ The type of image (i.e. *background, list-style* or *content*)
  is predefined for some (HTML) element and class combinations:

  * **(`dt`|`dd`|`li`)**`.fa`[`r`|`s`|`b`]*`-name`* use `list-style-image`
  * **`.i`**`.fa`[`r`|`s`|`b`]*`-name`* use `background-image`
  * **`.a`**`.fa`[`r`|`s`|`b`]*`-name`* use `content` *after* element content
  * **(`.b`|`i`)**`.fa`[`r`|`s`|`b`]*`-name`* use `content` *before* element content
  * **`summary`**`.fa`[`r`|`s`|`b`]*`-name`* use `content` for *marker* box
  • Loading branch information
Crissov committed Jun 17, 2019
1 parent 7fab0b3 commit e7d2759
Show file tree
Hide file tree
Showing 4 changed files with 27,712 additions and 0 deletions.

0 comments on commit e7d2759

Please sign in to comment.