Open Issues Need Help
View All on GitHub fix: resolve Tailwind CSS ambiguous class warnings in sidebar-animated about 2 months ago
AI Summary: This issue addresses warnings generated by Tailwind CSS regarding ambiguous class names in the `sidebar-animated.tsx` file. The warnings stem from custom `ease` functions with bracketed bezier curves. The proposed solution involves escaping these brackets to resolve the ambiguity and silence the warnings, ensuring ESLint runs without errors while maintaining the existing animation behavior.
Complexity:
1/5
good first issue chore