Skip to content

Commit dd6b085

Browse files
author
gho1b
committed
Add feature override default styles from config
1 parent 3d99a33 commit dd6b085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function rulesValueBuilder(theme) {
200200
}
201201
}
202202

203-
const forms = plugin.withOptions(function (options = { strategy: undefined, rule: undefined }) {
203+
const forms = plugin.withOptions(function (options = { strategy: undefined }) {
204204
return function ({ addBase, addComponents, theme }) {
205205
const strategy = options.strategy === undefined ? ['base', 'class'] : [options.strategy]
206206

0 commit comments

Comments
 (0)