Do I need to re-import Susy to work with it in a child theme? [closed]

Since Sass is pre-compiled, you will need to import it in each stylesheet that you compile. This means that you will need to re-import it in your child theme stylesheet since it is independent of the parent theme stylesheet.