We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f18069 commit 456cfd1Copy full SHA for 456cfd1
README.md
@@ -42,7 +42,8 @@ There's currently two options you can choose in how we we add basic utility-frie
42
- `base` - The default selector strategy
43
- `class` - Requires a `form-` class to be applied to the form element in order for styles to be applied
44
45
-```
+```js
46
+// tailwind.config.js
47
plugins: [
48
require("@tailwindcss/forms")({
49
strategy: 'class',
0 commit comments