We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tmt-workflow 集成了 自动补全 功能,代码里只需按标准来写即可。
如下代码:
a { display: flex; }
编译为:
a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
更详细的了解请点击: https://github.com/postcss/autoprefixer
OVER!!!