Class Sass::Tree::MediaNode
In: lib/sass/tree/media_node.rb
Parent: DirectiveNode

A static node representing a `@media` rule. `@media` rules behave differently from other directives in that when they‘re nested within rules, they bubble up to top-level.

@see Sass::Tree

Methods

new   value  

Attributes

group_end  [RW]  @see RuleNode#group_end
query  [RW]  The media query (e.g. `print` or `screen`).

@return [String]

tabs  [RW]  @see RuleNode#tabs

Public Class methods

@param query [String] See \{query}

Public Instance methods

@see DirectiveNode#value

[Validate]