GitHunt
LE

lesaff/ProcessWire-Sassify

Automatically compile Sass/SCSS/Compass in your ProcessWire templates

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

Languages

PHP100.0%

Contributors

Latest Release

0.0.3October 21, 2016
Created September 14, 2016
Updated April 6, 2020
lesaff/ProcessWire-Sassify | GitHunt