We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4743856 commit 9fc9b0bCopy full SHA for 9fc9b0b
uno-transformer-icon-inline-block.ts
@@ -20,7 +20,7 @@ export function transformerIconInlineBlock(): SourceCodeTransformer {
20
if (/^\s+inline-block\b/.test(code.slice(end))) {
21
continue
22
}
23
- s.appendRight(end, ' inline-block')
+ s.appendRight(end, ' inline-block w-[1.2em] h-[1.2em]')
24
25
},
26
0 commit comments