lesaff / ProcessWire-Sassify

Automatically compile Sass/SCSS/Compass in your ProcessWire templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProcessWire Sassify

Version 0.0.5

This module allows you to use SASS/SCSS/Compass with your ProcessWire templates.

How to use

Single SASS/SCSS file

<link rel="stylesheet" type="text/css" href="<?php echo Sassify::css('sass/my_style.scss'); ?>">

Array of SASS/SCSS files

<link rel="stylesheet" type="text/css" href="<?php echo Sassify::css([
	'sass/style_1.scss',
	'sass/style_2.scss',
	'sass/style_3.scss',
]); ?>">

Bugs/Issues

About

Automatically compile Sass/SCSS/Compass in your ProcessWire templates


Languages

Language:PHP 100.0%