
styleSweeper
CLI tool to detect inline styles in your project files
styleSweeper is a CLI tool designed to detect inline styles in your project files. It scans files like '.html', '.jsx', and '.tsx' for inline 'style' attributes or CSS-in-JS patterns, helping you maintain a clean and organized codebase by identifying styles that could be moved to external stylesheets.
- Release Date
- March 21, 2025
- Developer
- Joshua Paulsen
Screens
What it does
Multi-File Support
Scans HTML, JSX, TSX, and other file types for inline style detection
CSS-in-JS Detection
Identifies both inline style attributes and CSS-in-JS patterns in your code
Code Quality
Helps maintain clean, organized codebases by identifying styles that should be externalized

