nine-bootstrap ============== Bootstrap 3 theme inspired on iOS 9 flat design. It's being used by [STF](https://github.com/openstf/stf). ## Building and Usage Compile to CSS using [sass](http://sass-lang.com/documentation/). ``` sass nine-bootstrap.scss ``` Or use with a module bundler like [Webpack](http://webpack.github.io) directly. ``` require('nine-bootstrap') ```