Class: Tilt::SassTemplate

Inherits:
StaticTemplate show all
Defined in:
lib/tilt/sass.rb

Overview

Sass template implementation for generating CSS. See: sass-lang.com/

Sass templates do not support object scopes, locals, or yield.

Direct Known Subclasses

ScssTemplate

Instance Attribute Summary

Attributes inherited from Template

#compiled_path, #data, #file, #line, #options

Method Summary

Methods inherited from StaticTemplate

#allows_script?, #compiled_method, #render, subclass

Methods inherited from Template

#basename, #compiled_method, default_mime_type, default_mime_type=, #eval_file, #initialize, metadata, #metadata, #name, #render

Constructor Details

This class inherits a constructor from Tilt::Template