Sha256: 79bcac96bce3fd9d2ca88b6fd39c645c5440b240475f2dd2ac1288f19748a001
Contents?: true
Size: 767 Bytes
Versions: 3
Compression:
Stored size: 767 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]! The short name of the processor is `sass`! > 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.5.3 | doc/contentprocessor/sass.page |
webgen-0.5.1 | doc/contentprocessor/sass.page |
webgen-0.5.2 | doc/contentprocessor/sass.page |