I am using LESS to generate one CSS file from several smaller LESS files. Then this big file gets minified, and I use the minified version on my site. For the compilation of the LESS I am using "Web Compiler v.1.11.326" on visual studio 2015.
Everything was working fine, until at some point the minifier started removing some of my media queries (oddly not all of them). If I use the non-minified version of the file (that was still generated by Web Compiler), all works as expected (in it I have all the media queries).
Do any of you have any idea what may be the cause of something like this?