Node
A static node representing an unproccessed Sass `@`-directive. Directives known to Sass, like `@for` and `@debug`, are handled by their own nodes; only CSS directives like `@media` and `@font-face` become {DirectiveNode}s.
`@import` and `@charset` are special cases; they become {ImportNode}s and {CharsetNode}s, respectively.
@see Sass::Tree
Generated with the Darkfish Rdoc Generator 2.