madebysource / lesshat

Smart LESS CSS mixins library.
lesshat.com
MIT License
2.19k stars 258 forks source link

linear-gradient fails with color keywords #152

Open steven-pribilinskiy opened 9 years ago

steven-pribilinskiy commented 9 years ago
.background-image(linear-gradient(to bottom, green, white));

throws an exception: JavaScript evaluation error: 'TypeError: Cannot read property 'length' of null'