@for $i from 1 through 9 {
	.letter-spacing-#{$i}{
		letter-spacing:map-get($deci-spacers, #{$i});
	}
}