Merge branch 'master' of github.com:tailwindcss/tailwindcss

This commit is contained in:
Jonathan Reinink 2017-11-01 00:14:13 -04:00
commit 89cf0bbb2d

View File

@ -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
@ -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?}
|