Closed
Description
Say I want to do the following:
.someClass
border-image(linear-gradient(0px top, red, blue))
This crashes:
500 Error: /home/vegard/editor/node_modules/nib/lib/nib/gradients.styl:106
102| */
103|
104| linear-gradient(start, stops...)
105| error('color stops required') unless length(stops) >
106| prop = current-property[0]
107| val = current-property[1]
108| stops = normalize-stops(stops)
109| cannot perform null[(0)] at standard-box() (/home/vegard/editor/public/stylesheets/style.styl:4) at "body" (/home/vegard/editor/public/stylesheets/style.styl:13)
Will it ever be possible to output the jungle of declarations needed to get this to work. I took a cursory look in gradients.styl
and vender.styl
, but my attempts to patch this in a language I don't really know yet have been useless.
Metadata
Metadata
Assignees
Labels
No labels