[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [StyleSheetRemovedEvent](./puppeteer.protocol.css.stylesheetremovedevent.md) ## Protocol.CSS.StyleSheetRemovedEvent interface Fired whenever an active document stylesheet is removed. Signature: ```typescript export interface StyleSheetRemovedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [styleSheetId](./puppeteer.protocol.css.stylesheetremovedevent.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | Identifier of the removed stylesheet. |