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