Extremely Popular
Go to Latest
interface puppeteer.CSS.AddRuleRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { AddRuleRequest } = puppeteer.CSS;

Properties

styleSheetId: StyleSheetId

The css style sheet identifier where a new rule should be inserted.

ruleText: string

The text of a new rule.

location: SourceRange

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