How it works

AMP Start is built on top of two existing open-source projects:

Normalize.css

Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing. This provides a clean slate to define clear and consistent styles for AMP Start across devices.

Basscss

AMP start is built using Basscss, a low level CSS toolkit. Basscss is a very light weight toolkit, that provides lots of CSS utility classes help us do things like layouts, responsive Grids etc, without having to write any custom css.

Basscss was out-of-the-box lean and responsive, which was important for AMP Start. We used Basscss as the base (sans addons) but we removed any instances of “!important” from CSS rules because "!important" is incompatible with AMP. By using the existing Basscss classes, we were able to write a lot less CSS and still make great looking pages, even with AMP’s 50Kb CSS limitation.

On top of the foundation provided by these two projects, we added a set of more opinionated styles to the CSS, so that the components and templates would inherit a consistent look for AMP Start.

All told, the CSS takes up less than half of the 50kB quota in AMP, so you should have plenty of room to customize your pages with Basscss and AMP Start classes.

Thanks so much to the creators of normalize.css and Basscss! We hope folks find AMP Start as useful as we found your work.

We want your feedback

AMP Start depends on your feedback and participation. Tell us what you think, help us make this better. Submit feedback or contribute in our open source repository in Github

Browser support

Browser support AMP Start supports the same browsers and platforms as the AMP Project itself. Details here.