Roadmap
Current Version (v1.2.0)
- Fixed an issue where a CSS custom propety that had an underscore (within it) would be caught as a bug (e.g.
--my_variable: 10px;). - Improved colour contrast in dark mode.
- Improved
-webkit-parsing to only highlight prefixes that are really no longer needed. - Changed the result items markup to use
<details>and<summary>elements.
Huge thanks to the amazing and thoughtful feedback from Vale for these updates.
Current Version (v1.1.0)
Previous Version (v1.0.0)
- Core "CSS hack" detection engine
- Web interface with real-time scanning
- Modern CSS alternative suggestions
Upcoming Features and Future Enhancements
Enhanced Detection
- CLI tool for batch processing
- Improved pattern matching for edge cases
- Better handling of complex CSS selectors
- Support for CSS-in-JS frameworks
- Detection of performance-impacting hacks
- CSS linter with auto-fix
User Experience
- Dark/light theme toggle
- Drag & drop file upload
- CSS file fetch and parse from website
- CSS education and best practices guide
Developer Tools
- VS Code extension