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 3d99a33 commit dd6b085Copy full SHA for dd6b085
src/index.js
@@ -200,7 +200,7 @@ function rulesValueBuilder(theme) {
200
}
201
202
203
-const forms = plugin.withOptions(function (options = { strategy: undefined, rule: undefined }) {
+const forms = plugin.withOptions(function (options = { strategy: undefined }) {
204
return function ({ addBase, addComponents, theme }) {
205
const strategy = options.strategy === undefined ? ['base', 'class'] : [options.strategy]
206
0 commit comments