jaredly / stylecleanup

Find & fix unused styles in react native and aphrodite
MIT License
112 stars 11 forks source link

Not working if the styles are in different file #10

Open QSuraj opened 1 year ago

QSuraj commented 1 year ago

Hey, I think this won't work if the Styles are in different file.

Component
 | - index.js
 | - styles.js

Would it be possible to support that?