Skip to content

Commit

Permalink
feat(mq): change mobile-s to mobile-xs
Browse files Browse the repository at this point in the history
BREAKING CHANGE: mobile-s теперь 360
  • Loading branch information
reme3d2y committed Apr 1, 2021
1 parent b36f971 commit 9abf5ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mq/src/mq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"--mobile-s": "(min-width: 320px)",
"--mobile-xs": "(min-width: 320px)",
"--mobile-s": "(min-width: 360px)",
"--mobile-m": "(min-width: 375px)",
"--mobile-l": "(min-width: 412px)",
"--mobile": "(max-width: 599px)",
Expand Down

0 comments on commit 9abf5ba

Please sign in to comment.