div.map-container { .gradient-and-filter(@primary-color, 10, 10) }
That particular less file is all mixins and variable declarations, there's no actual css to be compiled.The mixins would get used in a css style, like div.map-container { .gradient-and-filter(@primary-color, 10, 10) } You can see this by copy/pasting all the less into the less2css site, then add the snippet above to see the results.Here is a page describing how less mixins are used.http://www.sitepoint.com/a-comprehensive-introduction-to-less-mixins/
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.