Class: Sass::Tree::ContentNode
- Inherits:
- Node
- Object
- Node
- Sass::Tree::ContentNode
- Defined in:
- /Users/ceppstei/Projects/sass-lang/.sass/lib/sass/tree/content_node.rb
Overview
A node representing the placement within a mixin of the include statement’s content.
Instance Attribute Summary
Attributes inherited from Node
#children, #filename, #has_children, #line, #options, #source_range
Method Summary
Methods inherited from Node
#<<, #==, #balance, #bubbles?, #css, #css_with_sourcemap, #deep_copy, #each, #initialize, #inspect, #invisible?, #style, #to_sass, #to_scss
Constructor Details
This class inherits a constructor from Sass::Tree::Node