projectwallace / format-css

Fast, small, zero-config library to format CSS using basic rules.
https://www.projectwallace.com/blog/tiny-css-formatter
MIT License
10 stars 0 forks source link

add quotes around contents of `url()` #87

Closed bartveneman closed 1 week ago

bartveneman commented 2 weeks ago
src: url(/static/notosans-700-italic-9772e36a19092fd2c189c43186fd1bf9.woff2) format("woff2");

should be

src: url("/static/notosans-700-italic-9772e36a19092fd2c189c43186fd1bf9.woff2") format("woff2");