MDL-44357 theme: Allow core to compile LESS in PHP

This commit is contained in:
Frederic Massart
2014-03-24 15:15:03 +08:00
parent 9b8555fbea
commit d433cf37cd
68 changed files with 10947 additions and 47 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
/**
* Compiler Exception
*
* @package Less
* @subpackage exception
*/
class Less_Exception_Compiler extends Less_Exception_Parser{
}