I have a bunch of files in bunch of folders in SCSS format. I need to convert it all to SASS format, and I know sass has a specific command for that convert-sass, however I am not sure whether it is possible to convert whole folder (with folders inside)?
If its possible, then how convert-sass, else maybe there is a compiler who is able to do that? Thank you upfront:)