UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

18 lines (15 loc) 248 B
@utils-border-radius: { default: 4px; 0: 0; sm: 2px; md: 4px; lg: 6px; full: 9999px; } each( @utils-border-radius, { @name: @key; @radius: @value; .k-rounded-@{name} { border-radius: @radius; } });