css – Twitter的Bootstrap移动友好像Skeleton?

骨架是按比例,以适应移动浏览器,遵循 responsive web design的原则。Bootstrap提供相同吗?

解决方法

还没有 – http://groups.google.com/group/twitter-bootstrap/browse_thread/thread/6db57d09f654a326?pli=1

但它会在某个时候。 The Roadmap有版本2.0。它足够轻巧,在我的经验,你可以添加在自己的媒体查询没有太多的麻烦。

编辑 – 截至2012年2月1日,version 2.0是,响应下来到开箱即用的移动。

编辑 – 截至2013年8月19日,version 3.0是不是,它不仅响应,但采取移动优先方法

With Bootstrap 2,we added optional mobile friendly styles for key aspects of the framework. With Bootstrap 3,we’ve rewritten the project to be mobile friendly from the start. Instead of adding on optional mobile styles,they’re baked right into the core. In fact,Bootstrap is mobile first. Mobile first styles can be found throughout the entire library instead of in separate files.

相关文章

Css3如何实现鼠标移上变长特效?(图文+视频)
css3怎么实现鼠标悬停图片时缓慢变大效果?(图文+视频)
jquery如何实现点击网页回到顶部效果?(图文+视频)
css3边框阴影效果怎么做?(图文+视频)
css怎么实现圆角边框和圆形效果?(图文+视频教程)
Css3如何实现旋转移动动画特效