From d38a08e47b894516ca47af872b7edea800568306 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Sat, 29 Jul 2023 17:47:48 +0200 Subject: [PATCH] Fix default option values --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86aeca0..51e127b 100755 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ An array that determines Headwind's default sort order. Headwind will remove duplicate class names by default. This can be toggled on or off. -`"headwind.removeDuplicates": false` +`"headwind.removeDuplicates": true` ### `headwind.prependCustomClasses`: @@ -149,7 +149,7 @@ Headwind will append custom class names by default. They can be prepended instea Headwind will run on save by default (if a `tailwind.config.js` file is present within your working directory). This can be toggled on or off. -`"headwind.runOnSave": false` +`"headwind.runOnSave": true` ## Contributing