Sha256: 866022db8d00495818904abf8fa6902a3c7e05a313b8fd057f0fbf6bc36ee0b7

Contents?: true

Size: 721 Bytes

Versions: 6

Compression:

Stored size: 721 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

6 entries across 6 versions & 1 rubygems

Version Path
webgen-0.5.17 doc/contentprocessor/sass.page
webgen-0.5.15 doc/contentprocessor/sass.page
webgen-0.5.14 doc/contentprocessor/sass.page
webgen-0.5.13 doc/contentprocessor/sass.page
webgen-0.5.12 doc/contentprocessor/sass.page
webgen-0.5.11 doc/contentprocessor/sass.page