From a9650c08be7c06ec1406560bb25545560bfe5f3c Mon Sep 17 00:00:00 2001 From: mattdfloyd Date: Tue, 31 Oct 2017 23:52:55 -0400 Subject: [PATCH 1/3] Update defaultConfig.js Removes double back slash --- defaultConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.js b/defaultConfig.js index b699d14d7..5c58a291f 100644 --- a/defaultConfig.js +++ b/defaultConfig.js @@ -149,7 +149,7 @@ module.exports = { /* |----------------------------------------------------------------------------- - | Screens https://tailwindcss.com//docs/responsive-design + | Screens https://tailwindcss.com/docs/responsive-design |----------------------------------------------------------------------------- | | Screens in Tailwind are essentially CSS media queries. They define the From dde293cf949c706bbbe9387df9b6a57176efcf39 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 31 Oct 2017 23:54:27 -0400 Subject: [PATCH 2/3] Fix spacing --- defaultConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.js b/defaultConfig.js index 5c58a291f..06f47e55e 100644 --- a/defaultConfig.js +++ b/defaultConfig.js @@ -149,7 +149,7 @@ module.exports = { /* |----------------------------------------------------------------------------- - | Screens https://tailwindcss.com/docs/responsive-design + | Screens https://tailwindcss.com/docs/responsive-design |----------------------------------------------------------------------------- | | Screens in Tailwind are essentially CSS media queries. They define the From 34c22c62190309cea3da552a0c9aaef21715b246 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Wed, 1 Nov 2017 00:04:40 -0400 Subject: [PATCH 3/3] 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?} |