<!-- 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; [AddRuleRequest](./puppeteer.protocol.css.addrulerequest.md) &gt; [location](./puppeteer.protocol.css.addrulerequest.location.md)

## Protocol.CSS.AddRuleRequest.location property

Text position of a new rule in the target style sheet.

<b>Signature:</b>

```typescript
location: SourceRange;
```