stackcss/css-extract

extract css doesn't detect function calls

yoshuawuyts opened this issue · 2 comments

e.g. this doesn't work:

const insertCSS = require('insert-css')
insertCSS('html, body { height: 100%; }')

from choojs/bankai#49

hmm, that's weird. static-module should be doing the heavy lifting here and definitely supports function calls like that.

we're now 2 static-module major versions in the future and i can't repro this, so it's probably fixed. thanks!