wearelighthouse / stemCSS

Build the stem - don't repeat yourself, don't unset yourself.
MIT License
20 stars 1 forks source link

$key, $value pairs in @each loops are inconsistently named #33

Open burntcustard opened 3 years ago

burntcustard commented 3 years ago

For example in _colors.scss they're:

@each $name, $hex in ($auto-colors) {

Whereas in _background.scss they're:

@each $key, $value in ($auto-colors) {