How can i remove unused CSS from large react project?
I’m working in large react project and it uses SCSS for styling. I want to remove unused CSS from the SCSS style files. How can I achieve this if I have large no of SCSS files in project?
I’m working in large react project and it uses SCSS for styling. I want to remove unused CSS from the SCSS style files. How can I achieve this if I have large no of SCSS files in project?