convert scss to lovely sass
Yes, sass-convert accepts a recursive argument. | |
If you run sass-convert --help, it will give you a list of available options. One of them is: | |
-R, --recursive Convert all the files in a directory. Requires --from and --to. | |
So, your command should look like this: | |
sass-convert -R my_sass_dir --from sass --to scss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment