Skip to content

Commit 0de9df3

Browse files
committed
Use correct variant config for backgroundSize plugin
1 parent 407d849 commit 0de9df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/backgroundSize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export default function() {
1313
})
1414
)
1515

16-
addUtilities(utilities, config('modules.opacity'))
16+
addUtilities(utilities, config('modules.backgroundSize'))
1717
}
1818
}

0 commit comments

Comments
 (0)