You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support to arrays of breakpoints with string values
Supports all valid CSS units.
```javascript
const stringBreakpoints = ['576px', '768px', '992px', '1200px']
```