chore(item): remove unused item SCSS mixins (#26182)

This commit is contained in:
Sean Perkins
2022-10-31 11:10:32 -04:00
committed by GitHub
parent c0f4381745
commit bbbd37bc49
2 changed files with 0 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
// Item Mixins
// --------------------------------------------------
@mixin item-push-svg-url($fill) {
$item-detail-push-svg: "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'><path d='M2,20l-2-2l8-8L0,2l2-2l10,10L2,20z' fill='#{$fill}'/></svg>";
@include svg-background-image($item-detail-push-svg, true);
}

View File

@@ -1,5 +1,4 @@
@import "../../themes/ionic.globals";
@import "./item.mixins";
// Item
// --------------------------------------------------