Client libraries and theme for Omni web apps
First, you'll need to install dependencies using Bower:
bower install
Now you should be able to include the bootstrap files into your application
The bootstrap library currently exposes a single Omni theme, which you can import into your existing SASS application:
@import "omni-bootstrap/assets/stylesheets/omni"
The theme is meant to override the default styles in the bootstrap-sass project.
TODO description TODO documentation
TODO
TODO