-
Notifications
You must be signed in to change notification settings - Fork 265
⒍ Autoprefixer
ouzhou edited this page May 13, 2016
·
3 revisions
tmt-workflow 集成了 自动补全 功能,代码里只需按标准来写即可。 注意 只有在gulp build_dist才有自动补全 开发版本按照最新最炫的来
如下代码:
a {
display: flex;
}
编译为:
a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
更详细的了解请点击: https://github.com/postcss/autoprefixer
OVER!!!
xxx__item_hightlight