bognikol

Results 2 issues of bognikol

Pay attention what happens with $color: Before --fix: ```sass .right background: $super-light-gray border-left: 1px solid $color ``` After --fix: ```sass .right border-left: 1px solid color background: $super-light-gray ```

Band scale maps an array of discrete values to an array of bands which occupy whole range (padding can be treated as a band). As each point in range can...

enhancement