You could also do something with git subtrees. Have some sort of automated process that generates the css from your SASS and use Sigil to edit the subtree epub source. Just keep in mind that anything done to the css in the epub is not going to be able to be replicated back to your SASS. Editing SASS in Sigil isn't going to be feasible. You're going to need to somehow externally preprocess your scss before using Sigil to preview/edit the epub. As I said: some judicious use of subtrees and some preprocessing scripts could work with Sigil and its CVS options.
|