UNPKG

vue-ant-patterns

Version:

vue-ant-patterns

17 lines (13 loc) 310 B
.text-colorFunc () { @colorList: org, red, green, blue, blue-light, white; .text-color(@i) when (@i < length(@colorList) + 1) { @s: extract(@colorList, @i); @c: 'text-color-@{s}'; .text-color-@{s} { color: @@c; } .text-color(@i + 1); } .text-color(1); } .text-colorFunc();