From 34c22c62190309cea3da552a0c9aaef21715b246 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Wed, 1 Nov 2017 00:04:40 -0400 Subject: [PATCH] Fix typo border color -> border width --- defaultConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.js b/defaultConfig.js index 06f47e55e..1eea4b58e 100644 --- a/defaultConfig.js +++ b/defaultConfig.js @@ -363,7 +363,7 @@ module.exports = { | | Here is where you define your border widths. Take note that border | widths require a special "default" value set as well. This is the - | width that will be used when you do not specify a border color. + | width that will be used when you do not specify a border width. | | Class name: .border{-side?}{-width?} |