mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-03-31 13:55:54 +08:00
Fix validation error in _rotated-flipped.scss
HTML/CSS validators give an error due to the fact that "none" was used in a css transform, changing non to 0deg fixes this issue.
This commit is contained in:
parent
f0c25837a3
commit
78ead46200
@ -27,5 +27,5 @@
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-rotate-by {
|
||||
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none));
|
||||
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0deg));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user