Skip to content

Commit

Permalink
fix: breakpoint max value
Browse files Browse the repository at this point in the history
  • Loading branch information
ella-etch committed Sep 18, 2024
1 parent fbb05ad commit a58dbc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tokens/breakpoint.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Not sure if these can actually be used - don't think you can use CSS variables in media queries. TODO

:root {
--mobius-breakpoint-xs: 0;
--mobius-breakpoint-sm: 30rem; // 480px
Expand All @@ -10,5 +8,5 @@
--mobius-breakpoint-xxxl: 90rem; // 1440px
--mobius-breakpoint-tablet: var(--mobius-breakpoint-lg);
--mobius-breakpoint-desktop: var(--mobius-breakpoint-xl);
--mobius-breakpoint-max: var(--mobius-breakpoint-xxl);
--mobius-breakpoint-max: var(--mobius-breakpoint-xxxl);
}

0 comments on commit a58dbc2

Please sign in to comment.