gruntjs / grunt-contrib-less

Compile LESS files to CSS.
http://gruntjs.com/
MIT License
668 stars 171 forks source link

-webkit, -moz, -o etc. line erased #209

Closed GianLaz closed 9 years ago

GianLaz commented 9 years ago

Hi, line of code like these are missing in the compiled css file. Examples:

background-image: -webkit-linear-gradient(left, @gr1, @gr2, @gr1);
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;

How can i fix this issue? Thanks

lukeapage commented 9 years ago

Can you give more information? for instance a file where this goes wrong and what options you use?