Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 878 Bytes

README.markdown

File metadata and controls

29 lines (17 loc) · 878 Bytes

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" />