mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Moved nine-bootstrap dependency over stf repository.
This commit is contained in:
19
res/web_modules/nine-bootstrap/README.md
Normal file
19
res/web_modules/nine-bootstrap/README.md
Normal 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')
|
||||
```
|
||||
Reference in New Issue
Block a user