Method: Sass::Tree::CommentNode#value
- Defined in:
- lib/sass/tree/comment_node.rb
#value ⇒ Array<String, Sass::Script::Tree::Node>
The text of the comment, not including /* and */.
Interspersed with Script::Tree::Nodes representing #{}-interpolation
if this is a loud comment.
13 14 15 |
# File 'lib/sass/tree/comment_node.rb', line 13
def value
@value
end
|