magicspon / tailwind-easing-gradients

Easing Gradients with tailwind
MIT License
8 stars 1 forks source link

Fix typo describing default # of color stops #1

Closed jasikpark closed 3 years ago

jasikpark commented 3 years ago

colorStops: 10 in the code example v.s.

colorStops: 15

is the default. A lower number creates a more "low poly" gradient with less code but a higher risk of banding.