https://github.com/treyhunner/custom-bootstrap-example
Example of using a custom Bootstrap build with bootstrap-sass and bower
https://github.com/treyhunner/custom-bootstrap-example
Last synced: 6 months ago
JSON representation
Example of using a custom Bootstrap build with bootstrap-sass and bower
- Host: GitHub
- URL: https://github.com/treyhunner/custom-bootstrap-example
- Owner: treyhunner
- Created: 2015-02-23T18:41:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T17:16:55.000Z (almost 10 years ago)
- Last Synced: 2024-12-01T03:35:47.141Z (6 months ago)
- Language: CSS
- Size: 227 KB
- Stars: 36
- Watchers: 3
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Customizing a Bootstrap SASS build with Bower
=============================================This project demonstrates an example of customizing a Bootstrap SASS build. This sample project uses Bower to install Bootstrap and Gulp to build the CSS with gulp-sass.
To build the CSS, run `gulp`:
$ gulp
Once you have built the CSS, open `index.html` in your web browser to view the customized Bootstrap template.
To customize the build further, modify the variables in the `css/variables.scss` file.
Before Customizing
------------------
After Customizing
-----------------
Notice the 16px Calibri font and the weird color customizations?
Copying
-------To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
CC0 Public Domain Dedication license: http://creativecommons.org/publicdomain/zero/1.0/