With `sheetify` we can import CSS from npm: ```js var sheetify = require('sheetify') sheetify('tachyons') ``` It would be cool if `rustify` allowed to do the same, but from Cargo: ```js var rustify = require('rustify') rustify('nalgebra') ```