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 9fc9b0b commit 78808f0Copy full SHA for 78808f0
1 file changed
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 w-[1.2em] h-[1.2em]')
+ s.appendRight(end, ' inline-block w-[1.2em]! h-[1.2em]!')
24
25
},
26
0 commit comments