How to get just the responsive grid from Bootstrap 3?

后端 未结 8 1359
后悔当初
后悔当初 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 21:54

    Made a Grunt build with the Bootstrap 3.3.5 grid only:

    https://github.com/horgen/grunt-builds/tree/master/bootstrap-grid

    ~10KB minimized.

    If you need some other parts from Bootstrap just include them in /src/less/bootstrap.less.

提交回复
热议问题