<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [SetStyleTextsResponse](./puppeteer.protocol.css.setstyletextsresponse.md) &gt; [styles](./puppeteer.protocol.css.setstyletextsresponse.styles.md)

## Protocol.CSS.SetStyleTextsResponse.styles property

The resulting styles after modification.

<b>Signature:</b>

```typescript
styles: CSSStyle[];
```