Closed bognikol closed 4 weeks ago
Pay attention what happens with $color:
Before --fix:
.right background: $super-light-gray border-left: 1px solid $color
After --fix:
.right border-left: 1px solid color background: $super-light-gray
This plugin doesn't touch values of properties. Most likely some other plugin interferes.
Pay attention what happens with $color:
Before --fix:
After --fix: