0.2.1 • Published 9 years ago

bootstrap-gh-pages v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

bootstrap-gh-pages

Bootstrap custom build without scripts and icons

For my own github pages

Install

npm install --save bootstrap-gh-pages

Usage

Create index.css:

@import "bootstrap-gh-pages";

body {
  color: #000;
}

Make build.css with postcss and postcss-import:

postcss --use postcss-import index.css > build.css

License

MIT

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago