Skip to content

Commit

Permalink
Tweak wording of color docs in config
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 26, 2017
1 parent f26833c commit e1140cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ var defaultConfig = require('tailwindcss').defaultConfig()

/*
|-------------------------------------------------------------------------------
| Colors https://tailwindcss.com/docs/color-palette
| Colors https://tailwindcss.com/docs/color
|-------------------------------------------------------------------------------
|
| Here you can specify the colors used in your project. As you'll see
| below these colors are applied to the text, background and border
| utilities.
| Here you can specify the colors used in your project. To get you started,
| we've provided a generous palette of great looking colors that are perfect
| for prototyping, but don't hesitate to change them for your project. You
| own these colors, nothing will break if you change everything about them.
|
| We've provided a bunch of colors to get you started, but please modify
| them for your project. Also, how you name your colors is entirely up
| to you. You can use color names (as we've done below), or follow a
| numeric scale (like 100, 200, 300), or something else entirely.
| We've used literal color names ("red", "blue", etc.) for the default
| palette, but if you'd rather use functional names like "primary" and
| "secondary", or even a numeric scale like "100" and "200", go for it.
|
*/

Expand Down

0 comments on commit e1140cd

Please sign in to comment.