mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Upgrade to tailwind css 4.2.0
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user