This repository demonstrates a common issue with Tailwind CSS gradients: unexpected rendering or color inconsistencies. The bug.html
file shows the problematic code. The bugSolution.html
provides the corrected version.
Incorrectly specifying colors or gradient direction in Tailwind CSS can lead to unexpected visual results. This is often due to typos in color names or misunderstanding the syntax for gradient directions.