Hwaro::Assets::Sass::Ast::RawAtRuleNode
Inherits Hwaro::Assets::Sass::Ast::Node / Reference / Object
Any other at-rule. children is nil for the statement form
(@charset "utf-8";, plain-CSS @import url(...);); bodied
forms (@media, @supports, @keyframes, @font-face, unknown) carry
their block statements.
Constructors
new(name : String, prelude : Hwaro::Assets::Sass::Ast::TextTemplate, children : Nil | Array(Hwaro::Assets::Sass::Ast::Node), line, column)
SourceInstance methods
children
Sourcename
Sourceprelude
Source