<style>
@font-face {
font-family: rob;
src: url(RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf);
}
</style>
<style>
@font-face {
font-family: rob;
src: url(RobotoFlex-VariableFont_GRADXTRAYOPQYTASYTDEYTFIYTLCYTUCopszslntwdthwght.ttf);
}
</style>
Commas in filename should be kept - I don't see why they would be invalid inside a url() CSS function.
Prettier 2.8.3
Playground link
Input:
Output:
Expected behavior:
Commas in filename should be kept - I don't see why they would be invalid inside a url() CSS function.