From 456cfd115f5d84f747db1a44845630a51bcafc81 Mon Sep 17 00:00:00 2001 From: Chase Giunta Date: Thu, 25 Mar 2021 20:38:13 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d63ebd..01b4465 100644 --- a/README.md +++ b/README.md @@ -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',