Skip to content

Optimization: remove quotes surrounding font family names when possible #72

Open
@mathiasbynens

Description

@mathiasbynens

Input:

x {
  font-family: "Comic Sans MS";
}

Current output:

x{font-family:"Comic Sans MS"}

It could be just:

x{font-family:Comic Sans MS}

See http://mathiasbynens.be/notes/unquoted-font-family for all the details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions