DWilliames / paddy-sketch-plugin

Automated padding, spacing and alignment for your Sketch layers
MIT License
2.17k stars 61 forks source link

[Enhancement] Multiple spacing values #67

Open highvoltaged opened 6 years ago

highvoltaged commented 6 years ago

A lot of the times one would want to use and keep multiple different spacings. For example after a heading there is a line, and then the body txt. And i would like to have a 20 and a 30px padding.

What if you could write [20,30,15h] or something like that, and it would add spaces 20px,30px,15px. If you write [20,30-h], then it would repeat the paddings 20px,30px,20px,30px,20px... etc

Thanks, Matt

DWilliames commented 6 years ago

That's a great idea @highvoltaged! That would be extremely handy.

Thanks.