|
@@ -25,12 +25,12 @@ When setting the icons name, you do not have to preface it with `fa-`, asciidoct
|
|
|
The icon macro has three attributes you can set, they are size, rotate, and flip.
|
|
|
|
|
|
* size +
|
|
|
- ** The first positional attribute found, scales the icon; values are: `1x` (default), `2x`, `3x`, `4x`, `5x`, `lg`, `fw`
|
|
|
- ** You can fix the width of the icon by use of the `fw` attribute. This helps when trying to align with other elements by giving the icon a fixed width.
|
|
|
+** The first positional attribute found, scales the icon; values are: `1x` (default), `2x`, `3x`, `4x`, `5x`, `lg`, `fw`
|
|
|
+** You can fix the width of the icon by use of the `fw` attribute. This helps when trying to align with other elements by giving the icon a fixed width.
|
|
|
* rotate
|
|
|
- ** Rotates the icon; values are: `90`, `180`, `270`
|
|
|
+** Rotates the icon; values are: `90`, `180`, `270`
|
|
|
* flip
|
|
|
- ** Flips the icon; values are: `horizontal`, `vertical`
|
|
|
+** Flips the icon; values are: `horizontal`, `vertical`
|
|
|
|
|
|
The first unnamed attribute is assumed to be the size. For instance, to make the icon twice the size as the default, simply add 2x inside the square brackets.
|
|
|
|