We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5861b commit a717361Copy full SHA for a717361
packages/compiler/src/transforms/transformStyle.ts
@@ -49,6 +49,6 @@ function parseInlineCSS(
49
JSON.stringify(res),
50
false,
51
loc,
52
- ConstantTypes.CAN_HOIST
+ ConstantTypes.CAN_HOIST // maybe ConstantTypes.CAN_STRINGIFY?
53
)
54
}
0 commit comments