Module Compass::Configuration::Inheritance::ClassMethods
In: lib/compass/configuration/inheritance.rb

Methods

Public Instance methods

Defines the default reader to be an inherited_reader that will look at the inherited_data for its value when not set. The inherited reader calls to a raw reader that acts like a normal attribute reader but prefixes the attribute name with "raw_".

[Validate]