Class Sass::Importers::DeprecatedPath
In: lib/sass/importers/deprecated_path.rb
Parent: Filesystem

This importer emits a deprecation warning the first time it is used to import a file. It is used to deprecate the current working directory from the list of automatic sass load paths.

Methods

Public Class methods

@param root [String] The absolute, expanded path to the folder that is deprecated.

Public Instance methods

Protected Instance methods

@return [String] The deprecation warning that will be printed the first

  time an import occurs.

[Validate]