This is for of orginal Bootstrap extended with AMP Project integration
Visit official Bootstrap page »
- What's included
- Bugs and feature requests
- Documentation
- Contributing
- Community
- Versioning
- Creators
- Copyright and license
This for add bootstrap files, prepared for AMP Project. You'll see something like this:
bootstrap/
├── css/
│ ├── bootstrap-amp.css
│ ├── bootstrap-amp.css.map
│ ├── bootstrap-amp.min.css
│ └── bootstrap-amp.min.css.map
└── js/
├── bootstrap.js
└── bootstrap.min.js
We provide compiled CSS and JS (bootstrap-amp.*
), as well as compiled and minified CSS and JS (bootstrap-amp.min.*
). CSS source maps (bootstrap.*.map
) are available for use with certain browsers' developer tools.
You can customize, what should be in your bootstrap-amp file, by editing: bootstrap-amp.scss file.
After change, run npm amp-css
(or a specific NPM script) to rebuild distributed CSS and JavaScript files for AMP boostrap.
Piotr Plenik
Mark Otto
Jacob Thornton
Code and documentation copyright 2011-2017 the Bootstrap Authors and Twitter, Inc. Code released under the MIT License. Docs released under Creative Commons.