Class: Sass::Tree::Visitors::Cssize::Extend

Inherits:
Struct
  • Object
show all
Defined in:
/var/www/sass-pages/.sass/lib/sass/tree/visitors/cssize.rb

Overview

A simple struct wrapping up information about a single @extend instance. A single ExtendNode can have multiple Extends if either the parent node or the extended selector is a comma sequence.

Instance Attribute Summary

Instance Attribute Details

- directives

- extender

- node

- result

- target