Add a guideline to the frontend-design skill to avoid using emojis in UI or documentation.
Instead of emojis, always prefer using a consistent icon system. When implementing:
- Check the codebase for an existing icon library and reuse it if available
- If none exists, introduce a standard icon library (e.g., Bootstrap Icons, Material Icons, Font Awesome)
- Ensure visual consistency by relying only on icons, not emojis
This rule should apply across all frontend components and HTML-based content.
Add a guideline to the frontend-design skill to avoid using emojis in UI or documentation.
Instead of emojis, always prefer using a consistent icon system. When implementing:
This rule should apply across all frontend components and HTML-based content.