Skip to content

New Feature: Default Breakpoints #117

@shubham-kaushal

Description

@shubham-kaushal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions