What does generate .less file? [closed]

I solved it by changing the main mdb minified file to another one

wp_enqueue_script('mdb-script', get_template_directory_uri() . '/scripts/js/mdb.min.js', array(), '4.3.1', true);

to this line

wp_enqueue_script('mdb-script', get_template_directory_uri() . '/scripts/js/compiled.min.js', array(), '4.3.1', true);

I don’t know how it works, but changing this line solve the problem