Sha256: ea1c89b8c4935534a571e4f64fe65a19ec28dc76373ebb8893b4505409850cc0
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 Bytes
Contents
module SassC class Engine def initialize(template, options = {}) #@options = self.class.normalize_options(options) @template = template end def render return _to_tree.render unless @options[:quiet] Sass::Util.silence_sass_warnings {_to_tree.render} end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sassc-0.0.6 | lib/sassc/engine.rb |
sassc-0.0.5 | lib/sassc/engine.rb |
sassc-0.0.4 | lib/sassc/engine.rb |
sassc-0.0.2 | lib/sassc/engine.rb |
sassc-0.0.1 | lib/sassc/engine.rb |