module Sprockets::Sass

Attributes

add_sass_functions[RW]

When false, the asset path helpers provided by sprockets-helpers will not be added as Sass functions. ‘true` by default.

options[RW]

Global configuration for ‘Sass::Engine` instances.

Public Class Methods

const_missing(const) click to toggle source

Allow to fallback to real sass

# File lib/custom-extensions/sprockets-sass.rb, line 27
def self.const_missing(const)
  ::Sass.const_get const
end