rem’s avatarrem’s Twitter Archive—№ 66,843

  1. …in reply to @jaffathecake
    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 style element and slap all the text from the import into that, and whack it in document.head. So, no, this is still "just" javascript.