内容简介:Bootstrap v4.0.0-beta.2 发布了,Bootstrap是快速开发Web应用程序的前端工具包。它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的版式,表单,buttons,表格,网格系统等等。 此...
Bootstrap v4.0.0-beta.2 发布了,Bootstrap是快速开发Web应用程序的前端 工具 包。它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的版式,表单,buttons,表格,网格系统等等。
此次更新的亮点有:
Improved Sass map customization with #23260. With this change, it's now possible to override specific key value pairs instead of resetting the entire map, ideal for color scheme customization.
Restored grid
.offset-modifiers in #23445. Originally our intent was to supplement this with our margin utilities, but we underestimated the appeal of fixed number column offsets.Remove unnecessary
colorfrom.badge, and it's associated$badge-colorvariable, in #23529.Rename
grayscalefunction tograyto avoid breaking CSS nativegrayscalefilter in #23579.Renamed
.table-inverse,.thead-inverse, and.thead-defaultto.*-darkand.*-light, matching our color schemes used elsewhere in #23560.Responsive tables now generate classes for each grid breakpoint, meaning we've added
.table-responsive-{sm,md,lg,xl}to the already present.table-responsive. You might need to adjust your usage depending on when you want a table to resize. See #22804.Include two new dist files which contain Popper.js inside
bootstrap.bundle.jsandbootstrap.bundle.min.js. See #23735.Dropped support for Bower as they've deprecated the package manager. See #23568.
Switched breadcrumbs from
floatto flexbox in #23683.Added new CSS variables in #23761.
Switched to Stylelint in #23572.
New Theming page in the docs from #23611
#23943: Changed the
color-yiqfrom a mixin that included thecolorproperty to a function that returns a value, allowing you to use it for any CSS property. For example, instead ofcolor-yiq(#000), you'd writecolor: color-yiq(#000);.New and improved theming in #24429.
完整内容请查看。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C语言接口与实现
David R. Hanson / 郭旭 / 人民邮电出版社 / 2011-9 / 75.00元
《C语言接口与实现:创建可重用软件的技术》概念清晰、实例详尽,是一本有关设计、实现和有效使用C语言库函数,掌握创建可重用C语言软件模块技术的参考指南。书中提供了大量实例,重在阐述如何用一种与语言无关的方法将接口设计实现独立出来,从而用一种基于接口的设计途径创建可重用的API。 《C语言接口与实现:创建可重用软件的技术》是所有C语言程序员不可多得的好书,也是所有希望掌握可重用软件模块技术的人员......一起来看看 《C语言接口与实现》 这本书的介绍吧!