1.1experimentalSASS Compiler

Compile SASS- and SCSS-files to proper CSS

Clone URLhttps://github.com/nils-werner/sass_compiler.git

Add as a submodulegit submodule add https://github.com/nils-werner/sass_compiler.git extensions/sass_compiler --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo1.01.01.01.1NoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

JIT SASS Compiler

"Just in time" SASS compiler for Symphony CMS.

Synopsis

A simple way to compile SASS and SCSS files on the fly via the URL.

Installation

Information about installing and updating extensions can be found in the Symphony documentation at http://symphony-cms.com/learn/.

Usage

Basics

Similar to JIT Image Manipulation: Just include your SCSS stylesheet, say workspace/assets/style.scss using

<link rel="stylesheet" href="/scss/assets/style.scss" />

Alternatively, you can use the older, less CSS-like dialect of SASS:

<link rel="stylesheet" href="/sass/assets/style.sass" />

Version history

Requires Symphony 2.6

Symphony 2.6 compatibility

Symphony 2.3 to 2.5.3

Initial Release