Skip to content

Attribute selector with space is being remove #392

Description

@Akumzy

Attribute selectors with space are being removed like

Code

[class*=' icon-'],
[class^='icon-'] {
  font-family: 'icomoon' !important;
}

Expected Behaviour

[class*=' icon-'],
[class^='icon-'] {
  font-family: 'icomoon' !important;
}

Actual Behaviour

[class^='icon-'] {
  font-family: 'icomoon' !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions