Class Sprockets::Sass::SassTemplate
In: lib/sprockets/sass/sass_template.rb
Parent: Tilt::SassTemplate

Methods

External Aliases

sass_functions_initialized -> sass_functions_initialized?

Attributes

context  [R]  A reference to the current Sprockets context
sass_functions_initialized  [RW] 

Public Class methods

Templates are initialized once the functions are added.

Public Instance methods

See `Tilt::Template#evaluate`.

Add the Sass functions if they haven‘t already been added.

See `Tilt::Template#prepare`.

Define the expected syntax for the template

Protected Instance methods

Returns a Sprockets-aware cache store for Sass::Engine.

Get the default, global Sass options. Start with Compass‘s options, if it‘s available.

Merges two sets of `Sass::Engine` options, prepending the `:load_paths` instead of clobbering them.

Assemble the options for the `Sass::Engine`

[Validate]