Skip to content

zmonteca/csspp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSSPP: CSS Pre-Processor

Install

Extract file into a csspp directory in your web root.

.htaccess

Your .htaccess file should look something like this:

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} \.css$
RewriteRule ^(.+)$  /csspp/process.php?file=%{REQUEST_URI}&%{QUERY_STRING}

Releases

No releases published

Packages

No packages published

Languages