Replies: 2 comments
-
Hello, @mdeblieck! The simplest way to handle ONLY would be to use Alternatively, you can expand your configuration and add a extend: {
screens: {
'md-only': {'min': '768px', 'max': '1023px'},
},
} A complete example can be found here: https://play.tailwindcss.com/3ua9KleyfL?file=config |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, thank you~ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a flex box, is there a way (or could there be a way) to avoid this:
Name
For the UI, on MD screens only, I need it to be self-start. It would be great if there was a way to indicate ONLY the md to use self-start, and set items-center on the parent, which would apply for all other screen sizes.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions