简体   繁体   中英

Invalid property name: flex-basis: 1 0 max-content

I'm applying the flex property to to a number of divs on the page, and viewed in Chrome get the following:

最大内容失败

The message on hover is Invalid property name .

For what it's worth, my code is as follows:

.class-name {
  flex: 1 0 max-content;
}

I thought max-content was supported in Chrome so am unsure why this would be the case? My browser's up to date and I get the same problem if I pull this into flex-basis .

Any explanations or suggestions greatly appreciated, even (especially) if I'm missing something dead simple :)

根据MDN上的浏览器兼容性图表, flex-basismax-content关键字仍处于试验阶段,与Chrome不兼容

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM