kandys
Results
3
issues of
kandys
**test.css** .gradient { background-color: linear-gradient(to top, red, blue); } **test.html** `` `` `` ` ` `` `` ` ` `` `` **We dont see gradient.**
enhancement
Fix #309
We can draw linear gradient with 3 parameters: background-color: linear-gradient(to top, #ffffff, #6699ff); background-color: linear-gradient(to bottom, green, silver); background-color: linear-gradient(0deg, red, blue); Fix #307