fix redmond
This commit is contained in:
parent
b2f7309e1e
commit
0f573637a7
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export const adoptStyleSheets = throttle(() => {
|
|||
.sort((a, b) => a.priority - b.priority)
|
||||
.map(sheet => {
|
||||
const css = new CSSStyleSheet()
|
||||
sheet.rules.forEach(r => css.insertRule(r, css.cssRules.length))
|
||||
sheet.rules.forEach(r => css.insertRule(r))
|
||||
return css
|
||||
})
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue