Class Sass::Selector::Placeholder
In: lib/sass/selector.rb
Parent: Simple

A placeholder selector (e.g. `%foo`). This exists to be replaced via `@extend`. Rulesets using this selector will not be printed, but can be extended. Otherwise, this acts just like a class selector.

Methods

new   specificity   to_a  

Attributes

name  [R]  The placeholder name.

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

Public Class methods

@param name [Array<String, Sass::Script::Node>] The placeholder name

Public Instance methods

@see Selector#to_a

[Validate]