2007-12-31: Minor release with feature enhancements. More...
2007-09-08: Small bug fix release. More...
2007-06-29: Some bug fixes and one small feature enhancement. More...
Converts content written using Sass markup (Homepage) to CSS. This
content converter is only useful for writing CSS page files. You have to make sure to change the
output name style sothat the extension css
is used and to stop the template chain – see the
example below!
You can use the following page file as a template for your sass files:
--- outputNameStyle: [:name, [., :lang], .css] template: ~ validator: ~ --- content, sass p :background-color grey :padding 5px
This plugin is only available if you have installed the haml library. The preferred way to do this is via Rubygems:
gem install haml