Skip to content

Boostrap + AMP project: The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

License

Notifications You must be signed in to change notification settings

piotrplenik/bootstrap

 
 

Repository files navigation

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.

About

Boostrap + AMP project: The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.1%
  • CSS 41.3%
  • HTML 10.2%
  • Other 0.4%