I am struggling to identify the issue with my CSS while using the LESS CSS library.
After running my site with LESS, I encountered an error. However, upon examination, the CSS appears to be valid. Can someone please point out what could be wrong with my CSS or if there are limitations when using LESS?
background: url(css/img/home-bg3.jpg) no-repeat;
background-clip: ( transparent, transparent ), url(css/img/home-bg3.jpg) no-repeat;
background: -webkit-linear-gradient( transparent, transparent ), url(css/img/home-bg3.jpg) no-repeat;
background: -moz-linear-gradient( transparent, transparent ), url(css/img/home-bg3.jpg) no-repeat;
background: -o-linear-gradient( transparent, transparent ) , url(css/img/home-bg3.jpg) no-repeat;
background-size: 100% cover;