🆙 Upgrade to tailwind css 4.2.0

This commit is contained in:
duckietm
2026-02-20 08:17:17 +01:00
parent eef3841c87
commit f2446d232b
93 changed files with 188 additions and 188 deletions
+2 -2
View File
@@ -37,9 +37,9 @@ export const Base: FC<BaseProps<HTMLDivElement>> = props =>
if(fitV) newClassNames.push('vw-full', 'vh-full');
if(grow) newClassNames.push('!flex-grow');
if(grow) newClassNames.push('grow!');
if(shrink) newClassNames.push('!flex-shrink-0');
if(shrink) newClassNames.push('shrink-0!');
if(overflow) newClassNames.push('overflow-' + overflow);