BrowserStyleSheet constructor

BrowserStyleSheet()

Implementation

BrowserStyleSheet() {
  document.head.append(_styleEl);
  _sheet = _styleEl.sheet as CssStyleSheet;
}