Skip to content

Commit

Permalink
fix: change base config name to resets
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Mar 4, 2021
1 parent a88e437 commit 4e786fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = ({ addBase, addComponents, addUtilities, config }) => {
addComponents(file)

// inject @base style
if (config('daisyui.base') !== false) {
if (config('daisyui.resets') !== false) {
addBase(require('./dist/resets/general'))
}

Expand Down

0 comments on commit 4e786fb

Please sign in to comment.