We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define default screens for adaptive responsive:
'sm': '320px', (min-width: 320px) 'md': '768px', (min-width: 768px) 'lg': '1024px', (min-width: 1024px) 'xl': '1337px', (min-width: 1337x) '2xl': '1440px', (min-width: 1440px) '3xl': '1570px', (min-width: 1570px)
For custom breakpoints Devs are free to have as few or as many screens as they want, naming them in whatever way they'd prefer for their project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Define default screens for adaptive responsive:
For custom breakpoints Devs are free to have as few or as many screens as they want, naming them in whatever way they'd prefer for their project.
The text was updated successfully, but these errors were encountered: