0
点赞
收藏
分享

微信扫一扫

Warning autoprefixer: end value has mixed support, consider using flex-end instead


启动开发环境提示

Warning
autoprefixer: end value has mixed support, consider using flex-end instead

作如下替换即可

/* justify-content: end */
justify-content: flex-end;


举报

相关推荐

0 条评论