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_s  

Attributes

name  [R]  The placeholder name.

@return [String]

Public Class methods

@param name [String] The placeholder name

Public Instance methods

@see Selector#to_s

[Validate]