From 5347cf20cdec5a5c8ef975c02987d8f416d33bd2 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 3 Aug 2017 22:25:21 -0400 Subject: [PATCH] Update border documentation --- docs/source/borders.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"

Sizes

-Construct border size utilities using the .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.