From dfccc65b9cef1e4a7492a4e97668e1d69fb32b45 Mon Sep 17 00:00:00 2001 From: Marie Lucca <40550942+francinelucca@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:25:25 -0400 Subject: [PATCH] Correction: Update borders.mdx --- content/foundations/css-utilities/borders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/foundations/css-utilities/borders.mdx b/content/foundations/css-utilities/borders.mdx index 873dba0fd..b8567f6cc 100644 --- a/content/foundations/css-utilities/borders.mdx +++ b/content/foundations/css-utilities/borders.mdx @@ -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.