Skip to content

Commit

Permalink
use comment as config
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Dec 9, 2024
1 parent c950506 commit b3cf67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function internal_serializeStyles(styles, layer) {
wrapper[0] = styles;
const serialized = emSerializeStyles(wrapper);
if (layer) {
serialized.layer = layer;
serialized.styles = `/*@layer ${layer}*/${serialized.styles}`;
}
return serialized;
}
Expand Down

0 comments on commit b3cf67d

Please sign in to comment.