1 Open Issue Need Help Last updated: Feb 7, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue aims to resolve Tailwind CSS ambiguous class warnings in `src/shared/ui/sidebar-animated.tsx`, specifically for custom `ease-[cubic-bezier(...)]` values. The primary fix involves escaping the square brackets with HTML entities (`[` and `]`) directly in the JSX. Alternatively, these custom timing functions could be defined in `tailwind.config.js` for better reusability.

Complexity: 1/5
good first issue chore