[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CreateStyleSheetResponse](./puppeteer.protocol.css.createstylesheetresponse.md) ## Protocol.CSS.CreateStyleSheetResponse interface Signature: ```typescript export interface CreateStyleSheetResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [styleSheetId](./puppeteer.protocol.css.createstylesheetresponse.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | Identifier of the created "via-inspector" stylesheet. |