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
 */
function largo_clv_register_directory_paths($less_dir, $css_dir_uri)
{
    Largo_Custom_Less_Variables::register_directory_paths($less_dir, $css_dir_uri);
}