Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.36 KB

README.md

File metadata and controls

75 lines (52 loc) · 2.36 KB

Bootstrap for AMP Project

This is for of orginal Bootstrap extended with AMP Project integration
Visit official Bootstrap page »


Table of contents

What's included

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.

Compile Bootstrap AMP locally

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.

Creators

Piotr Plenik

Mark Otto

Jacob Thornton

Copyright and license

Code and documentation copyright 2011-2017 the Bootstrap Authors and Twitter, Inc. Code released under the MIT License. Docs released under Creative Commons.