use-color-change icon indicating copy to clipboard operation
use-color-change copied to clipboard

SecurityError Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules

Open iuliuvisovan opened this issue 1 year ago • 0 comments

Hey man, first of all - awesome library.

2nd - it seems it's crashing from one one of the latest updates of Chrome, here's there error:

SecurityError
Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules

@

var sheet = sheets[sheets.length - 1];
sheet.insertRule(ruleText, sheet.rules ? sheet.rules.length : sheet.cssRules.length);

image

iuliuvisovan avatar Jul 13 '22 10:07 iuliuvisovan