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

GG_lyf

关注

阅读 10

2023-12-07


启动开发环境提示

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

作如下替换即可

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


精彩评论(0)

0 0 举报