ben-eb / perfectionist

Beautify CSS files.
MIT License
228 stars 14 forks source link

Option for quotes around font families #64

Open milesj opened 7 years ago

milesj commented 7 years ago

It would be nice if there were an option for whether or not to wrap font family names in quotes.

font-family: "Roboto";
// vs
font-family: Roboto;
vansosnin commented 7 years ago

It may be nice for other properties, like background-image and others as well :wink: