A static node reprenting an `@extend` directive.
@see Sass::Tree
The parsed selector after interpolation has been resolved. Only set once {Tree::Visitors::Perform} has been run.
@return [Selector::CommaSequence]
The CSS selector to extend, interspersed with {Sass::Script::Node}s representing `#{}`-interpolation.
@return [Array<String, Sass::Script::Node>]
@param selector [Array<String, Sass::Script::Node>]
The CSS selector to extend, interspersed with {Sass::Script::Node}s representing `#{}`-interpolation.
# File lib/sass/tree/extend_node.rb, line 24 def initialize(selector) @selector = selector super() end