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.
1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/sassmagic/reset.rb', line 1187 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.
1184 1185 1186 |
# File 'lib/sassmagic/reset.rb', line 1184 def default_syntax @default_syntax end |