class Sprockets::ScssTemplate

Scss handler to replace Tilt's builtin one. See `SassTemplate` and `SassImporter` for more infomation.

Public Instance Methods

syntax() click to toggle source
# File lib/sprockets/scss_template.rb, line 9
def syntax
  :scss
end