Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Aug 20, 2024
1 parent 1705c76 commit 9f7c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/styleManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function insert(className: string, cssString: string) {

const ruleNode = insertedRuleMap[className]
const rule = cssString

if (ruleNode) {
ruleNode.data = rule
return
Expand Down

0 comments on commit 9f7c033

Please sign in to comment.