Skip to content

Commit 5ad6784

Browse files
committed
Set meta-name for sheet as "styled-jss"
1 parent b4228fb commit 5ad6784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/createStyled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const createStyled = (jss: Function) => (baseStyles: BaseStylesType = {}): Style
2727
if (!sheet) {
2828
sheet = jss.createStyleSheet(baseStyles, {
2929
link: true,
30-
meta: 'sheet',
30+
meta: 'styled-jss',
3131
}).attach()
3232
}
3333

0 commit comments

Comments
 (0)