GitHunt
PI

piotrplenik/bootstrap

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

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

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

Languages

JavaScript48.1%CSS41.3%HTML10.2%Ruby0.2%PowerShell0.1%Shell0.1%
MIT License
Created May 8, 2017
Updated May 12, 2024
piotrplenik/bootstrap | GitHunt