module Compass::Fontcustom::Deprecations

Public Instance Methods

fontcustom_fonts_path=(value) click to toggle source
Calls superclass method
# File lib/compass/fontcustom/deprecations.rb, line 4
def fontcustom_fonts_path= value
  warn "WARNING: fontcustom_fonts_path is deprecated. Prefer to use Compass' fonts_path."
  super
end