Martyn Haigh
Martyn Haigh
Adding support for basic calculations in the size and offset fields would improve readablilty: ``` { "keylines": [ { "offset": 56, "from": "TOP" }, { "offset": 56 + 24, "from":...
It's be great to have percentage values supported in the offset and size fields. For example: ``` { "keylines": [ { "offset": 50%, "from": "LEFT" }, { "offset": 50%, "from":...
Butterknife 8 should already include the rules by default but from what I could tell it doesn't mention this anywhere, so I've added the rules and included some text explaining...