Module: Sprockets::Sass
- Defined in:
- lib/sprockets/sass.rb,
lib/sprockets/sass/utils.rb,
lib/sprockets/sass/version.rb,
lib/sprockets/sass/v2/importer.rb,
lib/sprockets/sass/v3/importer.rb,
lib/sprockets/sass/v4/importer.rb,
lib/sprockets/sass/registration.rb,
lib/sprockets/sass/v2/functions.rb,
lib/sprockets/sass/v3/functions.rb,
lib/sprockets/sass/v4/functions.rb,
lib/sprockets/sass/v2/compressor.rb,
lib/sprockets/sass/v3/compressor.rb,
lib/sprockets/sass/v4/compressor.rb,
lib/sprockets/sass/v2/cache_store.rb,
lib/sprockets/sass/v3/cache_store.rb,
lib/sprockets/sass/v4/cache_store.rb,
lib/sprockets/sass/v2/sass_template.rb,
lib/sprockets/sass/v2/scss_template.rb,
lib/sprockets/sass/v3/sass_template.rb,
lib/sprockets/sass/v3/scss_template.rb,
lib/sprockets/sass/v4/sass_template.rb,
lib/sprockets/sass/v4/scss_template.rb
Overview
The internal Sass module used to load and acessing configuration
Defined Under Namespace
Modules: V2, V3, V4 Classes: Registration, Utils
Constant Summary collapse
- Importers =
Sprockets 4 needs this , becasue it doesnt use ::Sass in code, which results in a conflict with this gem :(
::Sass::Importers
- VERSION =
'2.0.0.beta2'
Class Attribute Summary collapse
-
.add_sass_functions ⇒ Object
When false, the asset path helpers provided by sprockets-helpers will not be added as Sass functions.
-
.options ⇒ Object
Global configuration for `Sass::Engine` instances.
Class Attribute Details
.add_sass_functions ⇒ Object
When false, the asset path helpers provided by sprockets-helpers will not be added as Sass functions. `true` by default.
24 25 26 |
# File 'lib/sprockets/sass.rb', line 24 def add_sass_functions @add_sass_functions end |
.options ⇒ Object
Global configuration for `Sass::Engine` instances.
19 20 21 |
# File 'lib/sprockets/sass.rb', line 19 def @options end |