We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 241613f + 6abf160 commit 630a9d6Copy full SHA for 630a9d6
src/index.js
@@ -4,7 +4,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
4
const [baseFontSize, { lineHeight: baseLineHeight }] = defaultTheme.fontSize.base
5
const { colors, spacing, borderWidth, borderRadius, outline } = defaultTheme
6
7
-const forms = plugin.withOptions(function (options = { strategy: 'class' }) {
+const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
8
return function ({ addBase, theme }) {
9
const strategy = options.strategy
10
0 commit comments