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.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | 1.0 | 1.0 | 1.0 | 1.1 | No | No | No | No | No | No | No | No | No | No | No. Soon? |
Readme
JIT SASS Compiler
"Just in time" SASS compiler for Symphony CMS.
- Version: 1.1
- Date: 5th July 2015
- Requirements: Symphony 2.6 or later
- Author: Nils Werner, [email protected]
- GitHub Repository: http://github.com/nils-werner/sass_compiler
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