rafaelcaricio / gradient-parser

Parse CSS3 gradient definitions and build an AST object.
MIT License
62 stars 10 forks source link

linear-gradient -> to bottom #7

Open payas opened 7 years ago

payas commented 7 years ago

'to bottom' causes an undefined orientation, ie:

background: linear-gradient(to bottom, rgb(0, 91, 154), rgb(230, 193, 61));

ps: 'to left' works just fine.