Sha256: 88f868b2bdf3e78c2623b119038c339fcc535f0cda7b967dea9ce6ccaaa76f72

Contents?: true

Size: 940 Bytes

Versions: 4

Compression:

Stored size: 940 Bytes

Contents

---
title: Webgen::ContentProcessor::Scss
summary: Converts content written in the Sassy CSS language to valid CSS
---
## Description

This processor converts the content, which is assumed to be in the Sassy CSS language, to valid CSS
using the Haml library. This is basically a syntax based on CSS but additionally using features from
Sass. For detailed information about Sass and Sassy CSS 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 Sassy CSS language:

    #main {
      width: 90%;

      p {
        border-style: solid;
        border-color: #00f;

        a {
          font-weight: bold;
        }
        a:hover {
          :ext-decoration: underline;
        }
      }
    }


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
webgen-0.5.17 doc/contentprocessor/scss.page
webgen-0.5.15 doc/contentprocessor/scss.page
webgen-0.5.14 doc/contentprocessor/scss.page
webgen-0.5.13 doc/contentprocessor/scss.page