Ejemplo n.º 1
0
 /**
  * Set the file path for the directory with the LESS files and
  * URI for the directory with the outputted CSS.
  *
  * @param string $less_dir
  * @param string $css_dir_uri
  */
 static function register_directory_paths($less_dir, $css_dir_uri)
 {
     self::$less_dir = $less_dir;
     self::$css_dir_uri = $css_dir_uri;
 }