Skip to content

Multiple font-variant-ligatures are not transformed properly. #16

Description

@mogoh

In before: I am not 100% sure, because barley used it, but I think this is wrong.

Input

selector {
  font-variant-ligatures: common-ligatures discretionary-ligatures;
}

Exprected:

selector {
  font-feature-settings: "liga", "clig", "dlig";
  font-variant-ligatures: common-ligatures discretionary-ligatures;
}

Actual

selector {
  font-feature-settings: common-ligatures discretionary-ligatures;
  font-variant-ligatures: common-ligatures discretionary-ligatures;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions