| 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.
| name | [R] |
The placeholder name.
@return [String] |