Skip to content

Commit

Permalink
Merge branch 'hotfix/2.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Nov 28, 2024
2 parents 99a7975 + ae2efb6 commit 15efff9
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions src/sass/abstracts/variables/_abstracts-variables-breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@



/* 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 15efff9

Please sign in to comment.