You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no reason this couldn't work without a transform:
varcss=require('sheetify')varstyle=css` :host { color: black }`
This can't however:
varcss=require('sheetify')css('tachyons')
We could like totes allow the former, and only require the transform for the latter. Benefits to this all: allow introducing sheetify gradually into workflows ✨ - tho using a transform would definitely be recommended for perf reasons (:
The text was updated successfully, but these errors were encountered:
There's no reason this couldn't work without a transform:
This can't however:
We could like totes allow the former, and only require the transform for the latter. Benefits to this all: allow introducing
sheetify
gradually into workflows ✨ - tho using a transform would definitely be recommended for perf reasons (:The text was updated successfully, but these errors were encountered: