mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
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
Block a user