Skip to content

timokleemann/sass_compiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A SASS compiler for Symphony CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%