Methods

Class/Module Index [+]

Quicksearch

Sass::Tree::ExtendNode

A static node reprenting an `@extend` directive.

@see Sass::Tree

Attributes

resolved_selector[RW]

The parsed selector after interpolation has been resolved. Only set once {Tree::Visitors::Perform} has been run.

@return [Selector::CommaSequence]

selector[RW]

The CSS selector to extend, interspersed with {Sass::Script::Node}s representing `#{}`-interpolation.

@return [Array<String, Sass::Script::Node>]

Public Class Methods

new(selector) click to toggle source

@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

[Validate]

Generated with the Darkfish Rdoc Generator 2.