Class: Bunto::Converters::Sass
- Defined in:
- lib/bunto/converters/sass.rb
Constant Summary
Constants inherited from Scss
Bunto::Converters::Scss::ALLOWED_STYLES, Bunto::Converters::Scss::BYTE_ORDER_MARK, Bunto::Converters::Scss::SyntaxError
Instance Method Summary collapse
Methods inherited from Scss
#add_charset?, #allow_caching?, #bunto_sass_configuration, #convert, #output_ext, #safe?, #sass_build_configuration_options, #sass_configs, #sass_dir, #sass_dir_relative_to_site_source, #sass_load_paths, #sass_style, #user_sass_load_paths
Instance Method Details
#matches(ext) ⇒ Object
11 12 13 |
# File 'lib/bunto/converters/sass.rb', line 11 def matches(ext) ext =~ /^\.sass$/i end |
#syntax ⇒ Object
15 16 17 |
# File 'lib/bunto/converters/sass.rb', line 15 def syntax :sass end |