ebs.removeStyleSheet

Removes the specified <style> element created by ebs.importStyleSheet.

Syntax

Copy
ebs.removeStyleSheet(name: string): void

 

Parameter Description
name The name of the style sheet that you want to remove.

Response

void