Skip to content

Instantly share code, notes, and snippets.

@poteto
Last active July 5, 2016 09:52
Show Gist options
  • Save poteto/9ff369f3e9801bff588e91d7008372df to your computer and use it in GitHub Desktop.
Save poteto/9ff369f3e9801bff588e91d7008372df to your computer and use it in GitHub Desktop.
Importing CSS into your Ember Twiddle is pretty simple – just import it as a dependency and give it a unique key. That's it!
{
"version": "0.10.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"skeleton-css": "https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment