fix: tailwindcss dot processing (#49379)

This commit is contained in:
二货爱吃白萝卜 2024-06-12 20:10:09 +08:00 committed by GitHub
parent 6b572b7ee4
commit 1c7b2d9420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,6 +225,7 @@ const genSharedBadgeStyle: GenerateStyle<BadgeToken> = (token) => {
overflow: 'visible',
color: token.colorInfo,
backgroundColor: token.colorInfo,
borderColor: 'currentcolor',
'&::after': {
position: 'absolute',