Module: Sprockets::Sass
- Defined in:
- lib/sprockets/sass.rb,
lib/sprockets/sass/version.rb,
lib/sprockets/sass/importer.rb,
lib/sprockets/sass/functions.rb,
lib/sprockets/sass/scss_template.rb,
lib/sprockets/sass/sass_template.rb
Defined Under Namespace
Modules: Functions Classes: Importer, SassTemplate, ScssTemplate
Constant Summary
- VERSION =
"0.5.1"
Class Attribute Summary (collapse)
-
+ (Object) add_sass_functions
When false, the asset path helpers provided by sprockets-helpers will not be added as Sass functions.
-
+ (Object) options
Global configuration for `Sass::Engine` instances.
Class Attribute Details
+ (Object) add_sass_functions
When false, the asset path helpers provided by sprockets-helpers will not be added as Sass functions. `true` by default.
17 18 19 |
# File 'lib/sprockets/sass.rb', line 17 def add_sass_functions @add_sass_functions end |
+ (Object) options
Global configuration for `Sass::Engine` instances.
12 13 14 |
# File 'lib/sprockets/sass.rb', line 12 def @options end |