@import "../../theme/vita/_variables";

// .cardsColors (@index) when (@index > 0) {
//   .cardsColors((@index - 1));
//   .t-Cards-item:nth-child(@{index}n) .t-Card-wrap:before,
//   .t-Cards-item:nth-child(@{index}n) .t-Card-icon .t-Icon {
//     background-color: nth(@_colors, @index);
//   }
// }

// .t-Cards--colorize {
//   .cardsColors (length(@_colors));
// }


