Would be great to be able to load external npm modules to get "third-party" tachyons modules or even additional libs into the same bundle.
Something like this, perhaps:
{
"typeScale": [
3, 2.25, 1.5, 1.25, 1, 0.875
],
"spacing": {
"root": 8,
"ratio": 2,
"steps": 6
},
"external": {
"npm@animate-css": "^3.5.2"
}
}