Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevnk authored May 2, 2024
1 parent cca2a50 commit f13e797
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@ This Tailwind plugin introduces a set of utilities based on the Golden Ratio, a
npm i -D tailwindcss-golden-ratio
```

*tailwind.config.js*
```js
module.exports = {
// ...

theme: {
// ...

goldenRatio: {
// Custom configuration @see: https://github.com/truefrontier/tailwindcss-golden-ratio/tree/master#how-to-customize
},
},

plugins: [
require('tailwindcss-golden-ratio'),
],
}
```

### How to Use

The plugin generates utility classes for the following Tailwind properties:
Expand Down

0 comments on commit f13e797

Please sign in to comment.