Skip to content

Automatically compile Sass/SCSS/Compass in your ProcessWire templates

Notifications You must be signed in to change notification settings

lesaff/ProcessWire-Sassify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages