numl
numl copied to clipboard
New Feature: Default Breakpoints
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.