Skip to content

Commit

Permalink
style(sass): simplify description comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Oct 22, 2024
1 parent aa844ab commit 12dd7a5
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
// BREAKPOINTS
// =================================================

// xs - mobile
// sm - mobile
// md - iPad portrait
// lg - iPad portrait
// xl - iPad landscape
// xxl - laptop
// xxl - big display

$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
) !default;

0 comments on commit 12dd7a5

Please sign in to comment.