Module: Condenser::Sass
- Defined in:
- lib/condenser/transformers/sass/functions.rb,
lib/condenser/transformers/sass.rb
Overview
Public: Functions injected into Sass context during Condenser evaluation.
This module may be extended to add global functionality to all Condenser Sass environments. Though, scoping your functions to just your environment is preferred.
module Condenser::SassProcessor::Functions
def asset_path(path, = {})
end
end