Book Image

Learning less.js

Book Image

Learning less.js

Overview of this book

Table of Contents (22 chapters)
Learning Less.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Customizing our download


So far, we've used the standard download from Bootstrap—while this has served us well, it can be a little awkward to start introducing our own styles.

Thankfully, the Bootstrap team has provided us with a means to allow us to build a custom download; while it might require a little work to determine what values are to be entered, it will at least allow us to tailor values to our liking! Let's take a look at how this works.

Note

Before doing so, we need to make one small change to our code—load up your copy of blogpage.html and comment out this line:

<link href="css/bootstrap-theme.css" rel="stylesheet">

Don't worry for now. Why? All will become clear very shortly!

Start by browsing http://getbootstrap.com/customize/#less-variables-section—here, we can see a whole array of options that we can choose to include or discard from our download. If you've spent any time using jQuery UI, then the process should be pretty familiar to you—it is a matter of selecting or deselecting...