SCSS

Downloads: 502
Category: Plugin
Compatible with: GetSimple 3.0 - 3.3

Last Updated: April 4, 2014
Tags: scss css theme
Author: mvlcek
Author Website: http://mvlcek.bplaced.net
Support: Support Forum

(5) 4 Votes

Plugin Description:

This plugin helps you write your style sheets in SCSS instead of CSS and will automatically compile these SCSS files to CSS files when and only when needed.

Adds two functions for use in a theme:

get_scss_css($themeRelativeScssFile, $params=null, $multipleCSS=false) 

to output the resulting CSS URL

return_scss_css($themeRelativeScssFile, $params=null, $multipleCSS=false)

to return the resulting CSS URL.

You can access the parameters in the SCSS file with param(paramName).