Files
stf-DeviceFarmer/res/web_modules/nine-bootstrap
Akhmad Fathonih 120d116c42 Fix scss error
Error was:
ERROR in ./~/css-loader!./~/sass-loader!./res/web_modules/nine-bootstrap/nine-bootstrap.scss
Module build failed:
.btn &.disabled,
    ^
      Base-level rules cannot contain the parent-selector-referencing character '&'.

Backtrace:
	stdin:395
      in /Users/Github/stf/res/web_modules/nine-bootstrap/nine-bootstrap.scss (line 395, column 6)
 @ ./res/web_modules/nine-bootstrap/nine-bootstrap.scss 4:14-137
2015-10-27 10:16:49 +09:00
..
2015-10-27 10:16:49 +09:00

nine-bootstrap

Bootstrap 3 theme inspired on iOS 9 flat design. It's being used by STF.

Building and Usage

Compile to CSS using sass.

sass nine-bootstrap.scss

Or use with a module bundler like Webpack directly.

require('nine-bootstrap')