Yes, I set this to resolved. Mostly because @import is no longer the recommended solution for loading parent styles, and a small change to the themes circumvented the whole issue.
In short, I removed the @imports from the child theme's style.css, and properly enqueued the parent style from functions.php. This is also what the codex recommends.