2

I was looking at the examples on http://twitter.github.com/bootstrap/getting-started.html#examples.

They seem to load both bootstrap.css and bootstrap-responsive.css if I wanted to use responsive can I just load bootstrap-responsive.css or does it require both?

2 Answers 2

3

Load both. bootstrap-responsive.css only includes the required CSS changes (media queries) for smaller sizes while bootstrap.css includes the CSS that applies to all sizes.

And for production use the *-min.css counterparts.

Sign up to request clarification or add additional context in comments.

Comments

0

It requires both if you want it to be responsive.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.