mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
9 lines
No EOL
181 B
Ruby
Executable file
9 lines
No EOL
181 B
Ruby
Executable file
class Middleman::Base
|
|
after_feature_init do
|
|
::Compass.configuration do |config|
|
|
config.output_style = :compressed
|
|
end
|
|
|
|
::Compass.configure_sass_plugin!
|
|
end
|
|
end |