Skip to content

Commit

Permalink
update functionality to mirror updated typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jul 22, 2021
1 parent d204f45 commit c4c6800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/convert/toCssRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const toCssRules = (
if (util !== lastUtil) {
lastUtil = util

each(util(config)(data))
each(util(data))

lastUtil = null

Expand Down

0 comments on commit c4c6800

Please sign in to comment.