Skip to content

Instantly share code, notes, and snippets.

@datapimp
Created August 9, 2013 00:18
Show Gist options
  • Save datapimp/6190071 to your computer and use it in GitHub Desktop.
Save datapimp/6190071 to your computer and use it in GitHub Desktop.
an example component package
MyApp.View = Ember.View.extend()
<h1>Template</h1>
$color: pink;
.myapp-view {
color: $color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment