dreamonkey / responsive-image-plugin

A webpack plugin to automagically bring your website images to a whole new level of responsiveness!
MIT License
7 stars 0 forks source link

Error if same property is provided multiple times into an attribute #9

Open IlCallo opened 4 years ago

IlCallo commented 4 years ago

responsive-ad="ratio=3:4{sm};ratio=5:6{md}" isn't a valid syntax and should generate an error. The corresponding valid syntax is comma-separating the values for the same property responsive-ad="ratio=3:4{sm},5:6{md}"