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/
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.