Skip to content

Commit

Permalink
Adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arnars committed Jan 25, 2021
1 parent 67567a7 commit 5f97e98
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@ const defaultOptions = {
};
```

All of the above can be changed via an object provided to the plugin in `tailwind.config.js` like so:

```js
// tailwind.config.js
module.exports = {
plugins: [
require('tailwindcss-vw-flexbox-grid')({
// Add options here
}),
],
};
```

### Column classes

```css
Expand Down

0 comments on commit 5f97e98

Please sign in to comment.