mike7515 / code-beautifier

MIT License
19 stars 5 forks source link

Sass List After formatting #5

Closed Cyclone77 closed 7 years ago

Cyclone77 commented 7 years ago

After formatting

$animal-data: (puma,
black,
default),
(sea-slug,
blue,
pointer),
(egret,
white,
move);
@each $animal,
$color,
$cursor in $animal-data {
    .#{$animal}-icon {
        background-image: url('/images/#{$animal}.png');
        border: 2px solid $color;
        cursor: $cursor;
    }
}
mike7515 commented 7 years ago

Fixed in the last release 1.7.2

Cyclone77 commented 7 years ago

I'm sorry, 1.7.2 Still support is not good.