Files
stf-DeviceFarmer-1/res/web_modules/nine-bootstrap/README.md
2015-06-22 18:46:03 +09:00

20 lines
378 B
Markdown

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')
```