When trying to run systemjs-builder on a project with @import statements in the CSS, it prints out an error TODO: ensure these imports are normalized correctly coming from this plugin.
It seems the path is resolved correctly on this line but relevant metadata never gets stored in the inputFiles object so it fails here.
Someone has also asked about this on StackOverflow.