Skip to content

Commit

Permalink
Add default_mime_type to ScssTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 19, 2011
1 parent 90fdb05 commit fe04954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tilt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ def sass_options

# Sass's new .scss type template implementation.
class ScssTemplate < SassTemplate
self.default_mime_type = 'text/css'

private
def sass_options
options.merge(:filename => eval_file, :line => line, :syntax => :scss)
Expand Down

0 comments on commit fe04954

Please sign in to comment.