Skip to content

Commit

Permalink
Merge pull request #45 from pdehaan/patch-1
Browse files Browse the repository at this point in the history
Add missing backtick to fix code formatting in README
  • Loading branch information
ben-eb committed Jun 8, 2016
2 parents 861d194 + eeeb2a9 commit a71e9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Type: `boolean`
Default: `false`

By default, colorguard will complain if identical colors are represented with different notations.
For example, `#000`, `#000000`, `rgba(0, 0, 0, 0), and `black`. If you want to permit these
For example, `#000`, `#000000`, `rgba(0, 0, 0, 0)`, and `black`. If you want to permit these
equivalent notations, set this option to `true`.

### `postcss([ colorguard(opts) ])`
Expand Down

0 comments on commit a71e9eb

Please sign in to comment.