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

force quotes around attribute selector's value #85

Closed bartveneman closed 2 months ago

bartveneman commented 2 months ago

We do not force or strip quotes around input[type=checkbox] or it's equivalent input[type="checkbox"]. We should always add quotes for consistency.