removeStyleSheet method
Implementation
void removeStyleSheet(CSSStyleSheet sheet) {
styleSheets.remove(sheet);
recalculateDocumentStyle();
}
void removeStyleSheet(CSSStyleSheet sheet) {
styleSheets.remove(sheet);
recalculateDocumentStyle();
}