diff --git a/docs/source/borders.md b/docs/source/borders.md index 97666105e..f674d6e43 100644 --- a/docs/source/borders.md +++ b/docs/source/borders.md @@ -15,7 +15,9 @@ title: "Borders"
.border-side-width syntax. For example, .border would add a 1px border to the element, where .border-b-3 would add a 4px bottom border to the element. Note that that the default border style is solid, and will get the @border-default-color applied.
+Construct border size utilities using the .border{-side?}{-width?} syntax. For example, .border would add a 1px border to all sides of the element, where .border-b-4 would add a 4px border to the bottom of the element.
+
+By default, borders are solid, and use the @border-default-color.