Skip to content
New issue

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

New Feature: Default Breakpoints #117

Open
shubham-kaushal opened this issue Dec 28, 2020 · 0 comments
Open

New Feature: Default Breakpoints #117

shubham-kaushal opened this issue Dec 28, 2020 · 0 comments

Comments

@shubham-kaushal
Copy link
Member

shubham-kaushal commented Dec 28, 2020

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.

@tenphi tenphi changed the title New Feature: Breakpoints New Feature: Default Breakpoints Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant