sass - Compass Create Options -
i've installed compass via ruby gems. when create new project creates:
- config.rb
- /sass
- /stylesheet
is possible use existing directories? example using php framework, has /css directory, , ideally i'd use that.
thanks
read compass configuration reference:
you can change default css directory changing in config.rb
:
css_dir = "css"
Comments
Post a Comment