-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed