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