Sha256: 5f8f82bb491ed6beb86e37e647f5ac6339a687cc2b2e86e6535982fc5accdc73

Contents?: true

Size: 720 Bytes

Versions: 9

Compression:

Stored size: 720 Bytes

Contents

---
title: Webgen::ContentProcessor::Sass
---
## Description

This processor converts the content, which is assumed to be in the Sass meta language, to valid CSS
using the Haml library. For detailed information about Sass have a look at the [Haml Homepage][1]!

> This extension is only available if you have installed the [haml][1] library. The preferred way to
> do this is via Rubygems:
>
>     gem install haml
{.warning}


## Example

Here is a short sample of a text in the Sass meta language:

    #main
      :width 90%
      p
        :border-style solid
        :border-color #00f
        a
          :font-weight bold
        a:hover
          :text-decoration underline


[1]: http://haml.hamptoncatlin.com/

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.7.20090227 doc/contentprocessor/sass.page
gettalong-webgen-0.5.8.20090507 doc/contentprocessor/sass.page
gettalong-webgen-0.5.9.20090620 doc/contentprocessor/sass.page
gettalong-webgen-0.5.9.20090626 doc/contentprocessor/sass.page
thewoolleyman-webgen-0.5.8.20090419 doc/contentprocessor/sass.page
webgen-0.5.10 doc/contentprocessor/sass.page
webgen-0.5.9 doc/contentprocessor/sass.page
webgen-0.5.7 doc/contentprocessor/sass.page
webgen-0.5.8 doc/contentprocessor/sass.page