Skip to content

Commit

Permalink
[fix]formatValue
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderXL committed Jan 3, 2025
1 parent 1091497 commit 3fc9efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack-plugin/lib/react/processStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = function (styles, {
};\n
let __unoClassMap
global.__getUnoClassMap = function () {
const formatValue = global.__formatValue
if (!__unoClassMap) {
__unoClassMap = __unoCssMapPlaceholder__
}
Expand Down

0 comments on commit 3fc9efa

Please sign in to comment.