Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta committed Mar 26, 2021
1 parent 5f18069 commit 456cfd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -42,7 +42,8 @@ There's currently two options you can choose in how we we add basic utility-frie
- `base` - The default selector strategy
- `class` - Requires a `form-` class to be applied to the form element in order for styles to be applied

```
```js
// tailwind.config.js
plugins: [
require("@tailwindcss/forms")({
strategy: 'class',
Expand Down

0 comments on commit 456cfd1

Please sign in to comment.