Use of Autoprefixer


tmt-workflow integrates the automatic completion function, and the code only needs to be written according to standards. Note that only gulp build_dist can automatically complete the development version. Follow the latest and coolest code

as follows:

a {    display: flex;
}

Compile to:

a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

For more detailed information, please click: https://github.com/postcss/autoprefixer