Closed amatiash closed 3 years ago
Expected behavior: Expect rules to be attached to the DOM
Describe the bug: Using link: true with sheet.update doesn't work – rules are not attached.
link: true
sheet.update
Codepen link: Here is an example with the issue. I took the code from original documentation.
Versions:
Had the same bug with jss 9.8.7
You are looking in a wrong way. CSSOM API changes don't show up in the DOM, use a class on an element and style panel or go into the style sheet properties inspector.
Thanks for explanation!
Expected behavior: Expect rules to be attached to the DOM
Describe the bug: Using
link: true
withsheet.update
doesn't work – rules are not attached.Codepen link: Here is an example with the issue. I took the code from original documentation.
Versions:
Had the same bug with jss 9.8.7