"Just in time" SASS compiler for Symphony CMS.
- Version: 1.1
- Date: 5th July 2015
- Requirements: Symphony 2.6 or later
- Author: Nils Werner, nils.werner@gmail.com
- GitHub Repository: http://github.com/nils-werner/sass_compiler
A simple way to compile SASS and SCSS files on the fly via the URL.
Information about installing and updating extensions can be found in the Symphony documentation at http://symphony-cms.com/learn/.
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" />