class Sass::Deprecation

A deprecation warning that should only be printed once for a given line in a given file.

A global Deprecation instance should be created for each type of deprecation warning, and ‘warn` should be called each time a warning is needed.