import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { AddRuleRequest } = Protocol.CSS;
Properties
styleSheetId: StyleSheetId
The css style sheet identifier where a new rule should be inserted.
location: SourceRange
Text position of a new rule in the target style sheet.