Skip to content

Commit b01c591

Browse files
committed
fix(Item): run lint
1 parent bfdf1ab commit b01c591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/item/item.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ slot[name="end"]::slotted(*) {
7474
// Item: Focused
7575
// --------------------------------------------------
7676

77-
:host(.ion-focused) .item-native{
77+
:host(.ion-focused) .item-native {
7878
--border-radius: #{globals.$ion-border-radius-400};
79-
79+
8080
&::after {
8181
@include globals.border-radius(inherit);
8282
@include globals.position(0, 0, 0, 0);

0 commit comments

Comments
 (0)