启动开发环境提示
Warning
autoprefixer: end value has mixed support, consider using flex-end instead
作如下替换即可
/* justify-content: end */
justify-content: flex-end;
Warning autoprefixer: end value has mixed support, consider using flex-end instead
阅读 7
2023-12-07
启动开发环境提示
Warning
autoprefixer: end value has mixed support, consider using flex-end instead
作如下替换即可
/* justify-content: end */
justify-content: flex-end;
相关推荐
精彩评论(0)