Class: Sass::Exec::SassScss
Overview
The ‘sass` and `scss` executables.
Instance Attribute Summary collapse
-
#default_syntax ⇒ Object
readonly
Returns the value of attribute default_syntax.
Instance Method Summary collapse
-
#initialize(args, default_syntax) ⇒ SassScss
constructor
A new instance of SassScss.
Methods inherited from Base
Constructor Details
#initialize(args, default_syntax) ⇒ SassScss
Returns a new instance of SassScss.
1157 1158 1159 1160 1161 1162 1163 1164 |
# File 'lib/sassmagic/reset.rb', line 1157 def initialize(args, default_syntax) super(args) @options[:sourcemap] = :auto @options[:for_engine] = { :load_paths => default_sass_path } @default_syntax = default_syntax end |
Instance Attribute Details
#default_syntax ⇒ Object (readonly)
Returns the value of attribute default_syntax.
1154 1155 1156 |
# File 'lib/sassmagic/reset.rb', line 1154 def default_syntax @default_syntax end |