Rename conflicting SCSS mixin
This commit is contained in:
parent
52440415c5
commit
a5871b6dd1
|
@ -252,7 +252,7 @@ ol.category-breadcrumb {
|
|||
}
|
||||
|
||||
.d-icon-thumbtack.unpinned {
|
||||
@include rotate(180deg, 1);
|
||||
@include fa-rotate(180deg, 1);
|
||||
color: $primary;
|
||||
/* because it is rotated, right becomes left! */
|
||||
padding-left: 3px;
|
||||
|
|
|
@ -87,7 +87,7 @@ $breakpoints: (
|
|||
appearance: none;
|
||||
}
|
||||
|
||||
@mixin rotate($degrees, $rotation) {
|
||||
@mixin fa-rotate($degrees, $rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
||||
-webkit-transform: rotate($degrees);
|
||||
-ms-transform: rotate($degrees);
|
||||
|
|
Loading…
Reference in New Issue