Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remove duplicate: xxl and 2xl is the same thing #1633

@razbakov

Description

@razbakov

There is a contradiction in configuration screens.

{
  'xs': 320,
  'sm': 640,
  'md': 768,
  'lg': 1024,
  'xl': 1280,
  'xxl': 1536,
  '2xl': 1536
}

We share the same naming and sizes as Tailwind CSS and we added the xs property.

Either this message should be adjusted or the extra property should be removed.

There are 2 ways to name sizes:

  • xl
  • xxl
  • xxxl

Or:

  • xl
  • 2xl
  • 3xl

Counting letters is more difficult than reading the number.
And xxl duplicates the value of 2xl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions