You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert to normal CSS with handtree- prefix for better user customization
BREAKING CHANGE: CSS modules replaced with prefixed CSS classes for easier user overrides
- Rename TreeNode.module.scss → TreeNode.scss with handtree- prefixed classes
- Update component to use string class names instead of CSS modules
- Change tsup config from 'local-css' to 'css' loader
- Update type declarations for regular CSS imports
Benefits:
- Users can easily override styles: .handtree-head { color: red; }
- Better debugging - class names visible in DevTools
- More standard approach for component libraries
- No hashed class names in production
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments