Skip to content

Commit

Permalink
Merge pull request #22 from monsieurbiz/feature/responsive-widths
Browse files Browse the repository at this point in the history
Make width responsive
  • Loading branch information
delyriand authored Jun 21, 2023
2 parents 7f85ad7 + ce10a0e commit ec013db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/utils/_widths.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ $widths-utilities: (
"auto": auto,
)
),
responsive: true,
),
"max-width": (
property: max-width,
class: max-w,
values: $max-width-map,
responsive: true,
),
);

Expand Down

0 comments on commit ec013db

Please sign in to comment.