hakyll-sass-0.2.3: Hakyll SASS compiler over hsass

Copyright(C) 2015 Braden Walters
LicenseMIT (see LICENSE file)
MaintainerBraden Walters <vc@braden-walters.info>
Stabilityexperimental
Portabilityghc
Safe HaskellNone
LanguageHaskell2010

Hakyll.Web.Sass

Description

 

Synopsis

Documentation

sassCompiler :: Compiler (Item String) Source #

Compiles a SASS file into CSS. Use the file extension to determine SCSS from SASS formatting.

sassCompilerWith :: SassOptions -> Compiler (Item String) Source #

Compiles a SASS file into CSS with options. The file extension will not be used to determine SCSS from SASS formatting.

renderSass :: Item String -> Compiler (Item String) Source #

Compiles a SASS file item into CSS. Use the file extension to determine SCSS from SASS formatting.

renderSassWith :: SassOptions -> Item String -> Compiler (Item String) Source #

Compiles a SASS file item into CSS with options. The file extension will not be used to determine SCSS from SASS formatting.

selectFileType :: SassOptions -> String -> Maybe SassOptions Source #

Use the file extension to determine whether to use indented syntax.

sassDefConfig :: SassOptions Source #

Default sass configuration.