Replacing the SCSS->CSS conversion library by a newer one made by Leaf Corcoran: http://leafo.github.io/scssphp, tweaked to work on PHP 5.3

SVN:trunk[4203]
This commit is contained in:
Denis Flaven
2016-06-13 12:57:17 +00:00
parent dfa855b4f7
commit 4f7cc48fd4
32 changed files with 6261 additions and 944 deletions

View File

@@ -0,0 +1,20 @@
<?php
/**
* SCSSPHP
*
* @copyright 2012-2015 Leaf Corcoran
*
* @license http://opensource.org/licenses/MIT MIT
*
* @link http://leafo.github.io/scssphp
*/
namespace Leafo\ScssPhp\Exception;
/**
* Compiler exception
*
* @author Oleksandr Savchenko <traveltino@gmail.com>
*/
class CompilerException extends \Exception
{
}