0.1.0-beta.1 • Published 8 years ago

ember-tachyons v0.1.0-beta.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

ember-tachyons Build Status

Work in progress

A 100% mobile-first, responsive UI library for building ambitious Ember applications.

This includes the Tachyons CSS library into your Ember app. There will be other addons for individual tachyons components (coming soon).

TODO:

  • Use the Sass/variable version
  • Add docs for components and how to install them

Installation

ember install ember-tachyons

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request