Rename conflicting SCSS mixin

This commit is contained in:
Penar Musaraj 2018-11-07 14:18:55 -05:00
parent 52440415c5
commit a5871b6dd1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);