Recursively renames all css class names in all files with the specified file extension (css by default) in the root path and subdirectories.
rename_css thisClassName newClassName ./yourProject
For scss
rename_css thisClassName newClassName ./yourProject -f scss