Hello,
Previously, in a project of mine, I made more than two hundred .scss files, and recently I adapted to using .sass. I would like to know if it is possible to convert all these files at once, instead of going one by one and doing:
$ sass-convert estilo-banner-topo.scss:estilo-banner-topo.sass
Is it possible?
Thank you!