werkint / phpsass
PHPSass is a PHP compiler for SASS, a popular CSS pre-processor language.
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2022-02-01 12:25:49 UTC
README
#IMPORTANT NOTICE We are evaluating wether to switch to using namespaces for better PSR compliance. To help with this, can you tweet or email me (richthegeek@gmail.com) with which version of PHP you are using.
Try online
You can compile and compare SCSS against the ruby compiler at http://phpsass.com/try
About
This is fork of phamlp primarily for inclusiong as a Drupal pre-processor. However, there is no Drupal-specific code and it will work for any PHP system.
This version of the compiler is NOT compatible with other forks of PHamlP, and the name has been changed to reflect this. Please take a look at the "sassy" module on Drupal.org for information on how to add frameworks and custom functions. Docs will be coming when we aren't doing more important things.
Contributors:
- Richard Lyon - @richthegeek
- Sebastian Siemssen - @thefuhby
- Steve Jones - @darthsteven
- Sam Richard - @snugug
Other info
Origin: http://code.google.com/p/phamlp/