Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Signed-off-by: praveenjuge <praveen@skcript.com>
  • Loading branch information
praveenjuge committed Jul 29, 2020
1 parent 1448a2d commit 528f0ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ Tailwind plugin for adding various brands as background, border and text colors.
Add this plugin to your project:

```sh
npm install tailwind-brand-colors --save
npm install tailwindcss-brand-colors --save
```

## Usage

Add it to the plugins array of your Tailwind config:

```js
// tailwind.config.js
plugins: [require("tailwindcss-brand-colors")],
```

[See the list of all brand colors available here](https://github.com/praveenjuge/tailwindcss-brand-colors/blob/master/index.js)

For background color:

```html
Expand Down

0 comments on commit 528f0ae

Please sign in to comment.