Skip to content

Commit

Permalink
Use correct variant config for backgroundSize plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Feb 7, 2019
1 parent 407d849 commit 0de9df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/backgroundSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default function() {
})
)

addUtilities(utilities, config('modules.opacity'))
addUtilities(utilities, config('modules.backgroundSize'))
}
}

0 comments on commit 0de9df3

Please sign in to comment.