Skip to content

Commit

Permalink
Add more color docs to config
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 25, 2017
1 parent 382537f commit a08388e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ module.exports = {
| Text colors https://tailwindcss.com/docs/text-colors
|-----------------------------------------------------------------------------
|
| Add...
| Here is where you define your text colors. By default these use the color
| palette we defined above, however you're welcome to set these
| independently if that makes sense for your project.
|
| Class name: .text-{color}
|
Expand All @@ -301,7 +303,9 @@ module.exports = {
| Background colors https://tailwindcss.com/docs/background-colors
|-----------------------------------------------------------------------------
|
| Add...
| Here is where you define your background colors. By default these use the
| color palette we defined above, however you're welcome to set these
| independently if that makes sense for your project.
|
| Class name: .bg-{color}
|
Expand Down Expand Up @@ -335,7 +339,13 @@ module.exports = {
| Border colors https://tailwindcss.com/docs/border-colors
|-----------------------------------------------------------------------------
|
| Add...
| Here is where you define your border colors. By default these use the
| color palette we defined above, however you're welcome to set these
| independently if that makes sense for your project.
|
| Take note that border colors require a special "default" value set as
| well. This is the color that will be used when you do not specify a
| border color.
|
| Class name: .border-{color}
|
Expand Down

0 comments on commit a08388e

Please sign in to comment.