-
jaffathecake We're getting close to pedantic, but I'd say "no". Because when I "import" the CSS, what it's actually doing (which you know), is to generate a
styleelement and slap all the text from the import into that, and whack it in document.head. So, no, this is still "just" javascript.