-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does stylecleanup support imported styles ? #2
Comments
it doesn't currently track styles across imports! That would be a great addition though |
I second this! Great tool but unusable for me as all my styles are in separate files 😞 |
This would be such a great feature! |
I think this is a very important feature because most of the project when get big they move the styles to a separate file. Maybe adding a file configuration that check all the relative files due a whitelist like
|
We try stylecleanup on our codebase and it didn't find any unused styles.
We were wondering if stylecleanup is supposed to delete grayText in the example below.
The text was updated successfully, but these errors were encountered: