Skip to content

Commit

Permalink
responsive border widths
Browse files Browse the repository at this point in the history
  • Loading branch information
extrabright committed Dec 12, 2022
1 parent 06a8efe commit 14d14ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/utilities/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ $utilities: map-merge($utilities, (
css-var: true,
css-variable-name: border-width,
class: border,
responsive: true,
values: $utilities-border-widths
),
"border-opacity": (
Expand Down Expand Up @@ -504,7 +505,7 @@ $utilities: map-merge($utilities, (
class: scroll-snap,
values: mandatory proximity
),

// Transitions
"transition-property": (
property: transition-property,
Expand Down

0 comments on commit 14d14ca

Please sign in to comment.