I have a question about the server part where the rendering of the styles, at least with Chrome and FireFox.
And they use the .LESS instead of the .CSS. In development it's good to show them to me, since it's so much easier to know what to touch up if needed.
What I do not understand is why in the environment of the non-development server where I only upload the .CSS is taking these .LESS files (and also, they are not updated to the latest version).
Use GULP, gulp-less, gulp-autoprefixer, gulp-sourcemaps and browser-sync. These files are also not uploaded to the server environment.
I do not know if this happened to someone else, but it's something I do not like very much that happens, especially if it's not updated when everything is under development.