UNPKG

itcss

Version:

CSS starter boilerplate based on the ITCSS pattern

6 lines (5 loc) 95 B
@each $alignment in var(--alignments) { .text-$(alignment) { text-align: $(alignment); } }