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
@see DirectiveNode#value
# File lib/sass/tree/media_node.rb, line 28 def value "@media #{query.join(', ')}" end
Generated with the Darkfish Rdoc Generator 2.