Method: StyleVacuumOpts.default_config
- Defined in:
- lib/shed/opts/style_vacuum_opts.rb
.default_config ⇒ Object
16 17 18 19 20 21 |
# File 'lib/shed/opts/style_vacuum_opts.rb', line 16 def self.default_config dc = superclass.default_config dc[:output] = 'styles.txt' dc[:css_dir] = 'style' dc end |