Release 5.0.0-beta1

This commit is contained in:
robmadole
2017-08-04 16:31:50 -05:00
committed by Rob Madole
parent b00a5b8bff
commit 2c521ab02f
310 changed files with 37283 additions and 19751 deletions

View File

@@ -11,10 +11,12 @@
// Hook for IE8-9
// -------------------------
:root .#{$fa-css-prefix}-rotate-90,
:root .#{$fa-css-prefix}-rotate-180,
:root .#{$fa-css-prefix}-rotate-270,
:root .#{$fa-css-prefix}-flip-horizontal,
:root .#{$fa-css-prefix}-flip-vertical {
filter: none;
:root {
.#{$fa-css-prefix}-rotate-90,
.#{$fa-css-prefix}-rotate-180,
.#{$fa-css-prefix}-rotate-270,
.#{$fa-css-prefix}-flip-horizontal,
.#{$fa-css-prefix}-flip-vertical {
filter: none;
}
}