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