I have an issue:
My less: "mytheme/css/less/bootstrap.less"
try: $lessConfig->setUploadDir(get_stylesheet_directory() . '/css');
My css file is compiled in "mytheme/css/mytheme/css/less/bootstrap-4567bbc3.css"
I want to set compiled css file put in css folder like this "mytheme/css/bootstrap-4567bbc3.css"
So how can i do this?
I have an issue: My less: "mytheme/css/less/bootstrap.less" try: $lessConfig->setUploadDir(get_stylesheet_directory() . '/css'); My css file is compiled in "mytheme/css/mytheme/css/less/bootstrap-4567bbc3.css" I want to set compiled css file put in css folder like this "mytheme/css/bootstrap-4567bbc3.css" So how can i do this?