Replies: 3 comments 3 replies
-
Are you using TailwindCSS v3 or v4? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
V4 fine breakpoint worked.thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
in my vite project,
I want to enable 6 columns if my screen width is <1920px and 3columns when it is >1921px
<div className="h-full grid grid-cols-6 toto:grid-cols-3 gap-4">
I extended theme in tailwind.config.js but has no effect.
theme: {
extend: {
screens: {
toto: "1921px", // applies when screen > 1920px
},
Beta Was this translation helpful? Give feedback.
All reactions