How to get just the responsive grid from Bootstrap 3?

后端 未结 8 1264
后悔当初
后悔当初 2021-01-29 21:22

I need to add responsive design features to my web application using Twitter Bootstrap. I just want the responsive behavior, I\'m not interested in the typography, components or

8条回答
  •  日久生厌
    2021-01-29 22:05

    I would suggest using MDO's http://getpreboot.com/ instead. As of v2, preboot back ports the LESS mixins/variables used to create the Bootstrap 3.0 Grid System and is much more light weight than using the CSS generator. In fact, if you only include preboot.less there is NO overhead because the entire file is made up of mixins/variables and therefore are only used in pre-compilation and not the final output.

提交回复
热议问题