Skip to content

Commit

Permalink
fixup! fixup! Style(web): Apply stylistic rules
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Aug 8, 2024
1 parent ee06988 commit 32d30a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/scss/tools/_breakpoint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Mixin to get the width media query for a breakpoint value in down direction.
//
// Example: down(0) { … } will return …
// Example: down(768px) { … } will return @media (width <= 767px) { … }
// Example: down(768px) { … } will return @media (width < 768px) { … }
//
// Parameters are:
// * $breakpoint-value: the breakpoint value (in pixels)
Expand Down

0 comments on commit 32d30a8

Please sign in to comment.