nib icon indicating copy to clipboard operation
nib copied to clipboard

allow gradients stops to accept an array

Open Cactusbone opened this issue 11 years ago • 1 comments

this allows to send stops as an array, hence enabling linear-gradient overloading

suppose you define:

custom-linear-gradient(start, stops...)
    //do stuff
    linear-gradient(start, stops)

Cactusbone avatar Jun 18 '13 14:06 Cactusbone

This is gonna need tests, documentation, and a compelling use-case (which can prolly be covered by the docs)

notslang avatar Jun 20 '13 07:06 notslang