Skip to content

Commit

Permalink
Correction: Update borders.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca authored Sep 27, 2024
1 parent 0163f33 commit dfccc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/foundations/css-utilities/borders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can adjust border widths on all sides or each side individually with respons
- `border-(sm|md|lg|xl)` adds borders on all sides at and above the breakpoint. The `border-(sm|md|lg|xl)` shorthand is also supported.
- `border-(sm|md|lg|xl)-0` removes borders from all sides at and above the breakpoint.
- `border-(sm|md|lg|xl)-(top|right|bottom|left)` adds a border on the given side at and above the breakpoint.
- `border-(sm|md|lg|xl)-(top|right|bottom|left)-0` the border from the given side at and above the breakpoint.
- `border-(sm|md|lg|xl)-(top|right|bottom|left)-0` removes the border from the given side at and above the breakpoint.

<StorybookEmbed framework="css" stories={[{id: 'utilities-border--responsive'}]} height="150" />

Expand Down

0 comments on commit dfccc65

Please sign in to comment.