This repository demonstrates a couple of uncommon errors that can occur when using Tailwind CSS's gradient functionality.
Error 1: Missing to
value in bg-gradient-to-r
Error 2: Inconsistent Color Scale usage
The bug.html
file shows the erroneous code, while bugSolution.html
provides the corrected version.