Module: Compass::Fontcustom::Deprecations
- Defined in:
- lib/compass/fontcustom/deprecations.rb
Instance Method Summary collapse
Instance Method Details
#fontcustom_fonts_path=(value) ⇒ Object
4 5 6 7 |
# 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 |