Skip to content

Commit 9fc9b0b

Browse files
committed
fix: also add w/h
1 parent 4743856 commit 9fc9b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uno-transformer-icon-inline-block.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function transformerIconInlineBlock(): SourceCodeTransformer {
2020
if (/^\s+inline-block\b/.test(code.slice(end))) {
2121
continue
2222
}
23-
s.appendRight(end, ' inline-block')
23+
s.appendRight(end, ' inline-block w-[1.2em] h-[1.2em]')
2424
}
2525
},
2626
}

0 commit comments

Comments
 (0)