@import "../../theme/vita/_variables";

// Refactored to use u-color modifier class

// .loopingClass (@index) when (@index > 0) {
//   .loopingClass((@index - 1));
//   //  @for $ i from 1 through length($ _colors) {

//   .t-Cards-item:nth-child(30n+@{index}) .t-Card-icon .t-Icon {
//       background-color: extract(@_colors, @index);
//   }
// }

// .t-Cards--colorize {
//   .loopingClass (length(@_colors));
// }

