Skip to content

Commit

Permalink
Merge branch 'hotfix/3.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Nov 28, 2024
2 parents 2fc0261 + 67b10af commit 8e82658
Showing 1 changed file with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
// BREAKPOINTS
// =================================================

/* prettier-ignore */
$breakpoints: (
xs: 480px,
// mobile portrait
sm: 576px,
// mobile landscape
md: 768px,
// tablet portrait
lg: 992px,
// tablet portrait
xl: 1024px,
// tablet landscape
xxl: 1280px,
// laptop
xxxl: 1600px,
// desktop
xs: 480px, // mobile portrait
sm: 576px, // mobile landscape
md: 768px, // tablet portrait
lg: 992px, // tablet portrait
xl: 1024px, // tablet landscape
xxl: 1280px, // laptop
xxxl: 1600px, // desktop
) !default;

0 comments on commit 8e82658

Please sign in to comment.