Sha256: 2bfca5e1d9d584a0603db6e6a679023a9f588b9b62a37bb28f1173fcd8a68cc8
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
module Compass module Fontcustom module Deprecations def fontcustom_fonts_path= value warn "WARNING: fontcustom_fonts_path is deprecated. Prefer to use Compass' fonts_path." super end [ Compass::Configuration::FileData, Compass::Configuration::Data ].each do |m| m.send :include, Deprecations end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-fontcustom-1.3.1 | lib/compass/fontcustom/deprecations.rb |