Example #1
0
 public static function less()
 {
     Core::load('Templates.HTML.Assets.Preprocess.LESS');
     return Templates_HTML_Assets_Preprocess_LESS::instance();
 }
Example #2
0
File: LESS.php Project: techart/tao
 public static function options(array $options = array())
 {
     self::$options = array_merge(self::$options, $options);
 }