Class: Card::Format::ScssFormat
- Inherits:
-
CssFormat
- Object
- Card::Format
- CssFormat
- Card::Format::ScssFormat
- Defined in:
- lib/card/format/scss_format.rb
Overview
Scss format
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.view_caching? ⇒ Boolean
13 14 15 |
# File 'lib/card/format/scss_format.rb', line 13 def self.view_caching? false end |
Instance Method Details
#mime_type ⇒ Object
9 10 11 |
# File 'lib/card/format/scss_format.rb', line 9 def mime_type "text/x-scss" end |