Class CssUnknownAtRuleNode

All Implemented Interfaces:
Locatable

public class CssUnknownAtRuleNode extends CssAtRuleNode
An unknown or generic at-rule node.

The GssParser only creates unknown at-rule nodes. Later passes then converts them into more specific at-rule nodes, as needed. It's OK to leave a known at-rule type as unknown if it doesn't require further processing.