lib/sass/tree/content_node.rb



module Sass
  module Tree
    # A node representing the placement within a mixin of the include statement's content.
    #
    # @see Sass::Tree
    class ContentNode < Node
    end
  end
end