mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-05 16:14:10 +01:00
Merge pull request #2495 from pterrien/patch-1
correction on flip-* classes
This commit is contained in:
@@ -94,11 +94,11 @@ Use either `.mdi-light` or `.mdi-dark` to set the color of the icon to the defau
|
||||
```
|
||||
|
||||
#### Flip
|
||||
Icons can be flipped horizontally and/or vertically using the classes `.mdi-flip-horizontal` and `.mdi-flip-vertical`.
|
||||
Icons can be flipped horizontally and/or vertically using the classes `.mdi-flip-h` and `.mdi-flip-v`.
|
||||
|
||||
```html Flip Example
|
||||
<a class="mdi mdi-home mdi-flip-horizontal" href="/">Home</a>
|
||||
<a class="mdi mdi-home mdi-flip-vertical" href="/">Home</a>
|
||||
<a class="mdi mdi-home mdi-flip-h" href="/">Home</a>
|
||||
<a class="mdi mdi-home mdi-flip-v" href="/">Home</a>
|
||||
```
|
||||
|
||||
#### Rotate
|
||||
|
||||
Reference in New Issue
Block a user