An object implementing the CSSGroupingRule interface represents any CSS at-rule that contains other rules nested within it.

Documentation CSSGroupingRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

Methods

deleteRule(index:Int):Void

Throws:

null

DOMError

@:value({ index : 0 })insertRule(rule:String, index:Int = 0):Int

Throws:

null

DOMError

Inherited Variables

Inherited Methods