Book Image

Learning Bootstrap

Book Image

Learning Bootstrap

Overview of this book

Table of Contents (15 chapters)
Learning Bootstrap
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Getting Started with Bootstrap
Index

Official Bootstrap resources


There have been recent developments, due to which Bootstrap has evolved. All this can be found on the official Bootstrap blog at http://blog.getbootstrap.com/, helping you stay in sync with the latest updates.

Let's take a look at some of the resources and relevant information on the official web page.

Bootlint

The Bootlint utility is an HTML linting tool for projects using Vanilla Bootstrap and can be implemented at the browser level or from the terminal using Node.js. Thus you can automatically check for common Bootstrap usage errors. You can also use Bootlint with Grunt, which is a JavaScript task runner. You can check the entire project at https://github.com/twbs/bootlint, which leads to the GitHub page, wherein you avail the latest updates and the usage instructions.

Bootstrap with SaaS

Bootstrap with SaaS is a handy resource, which is just the correct implementation for SaaS-powered applications. Compass, an open source CSS preprocessor, uses SaaS, and its combination...