Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>CSSRule

Deno Standard Extensions
Go to Latest
interface CSSRule
import { type CSSRule } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

A single CSS rule. There are several types of rules, listed in the Type constants section below.

Properties

cssText: string
readonly
parentRule: CSSRule | null
readonly
parentStyleSheet: CSSStyleSheet | null
readonly
deprecated
type: number
readonly
CHARSET_RULE: number
readonly
FONT_FACE_RULE: number
readonly
IMPORT_RULE: number
readonly
KEYFRAMES_RULE: number
readonly
KEYFRAME_RULE: number
readonly
MEDIA_RULE: number
readonly
NAMESPACE_RULE: number
readonly
PAGE_RULE: number
readonly
STYLE_RULE: number
readonly
SUPPORTS_RULE: number