Sha256: 7f806f4fff4b02e2a94503d35dff1a60626ad5ce4e52e81e048d2131eae4e7af

Contents?: true

Size: 724 Bytes

Versions: 8

Compression:

Stored size: 724 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
{.exclamation}


## 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

8 entries across 8 versions & 2 rubygems

Version Path
gettalong-webgen-0.5.4.20080929 doc/contentprocessor/sass.page
gettalong-webgen-0.5.5.20081001 doc/contentprocessor/sass.page
gettalong-webgen-0.5.5.20081010 doc/contentprocessor/sass.page
gettalong-webgen-0.5.5.20081012 doc/contentprocessor/sass.page
gettalong-webgen-0.5.6.20081020 doc/contentprocessor/sass.page
webgen-0.5.4 doc/contentprocessor/sass.page
webgen-0.5.5 doc/contentprocessor/sass.page
webgen-0.5.6 doc/contentprocessor/sass.page