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/
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.