Ejemplo n.º 1
0
/**
 * Register which Less files are to be compiled into CSS
 * for the user customized values to override variables.less.
 *
 * Example:
 *
 * largo_clv_register_files( array( 'style.less', 'editor.less' ) );
 *
 * @param array $files - list of filenames in the less directory
 */
function largo_clv_register_files($files)
{
    Largo_Custom_Less_Variables::register_files($files);
}