Moved nine-bootstrap dependency over stf repository.

This commit is contained in:
Gunther Brunner
2015-06-22 18:46:03 +09:00
parent 2afa82c1dc
commit 7b6d18af05
4 changed files with 1118 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
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')
```