Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Multiple classses in class attribute not prefixed when using classPrefix #39

@a10k

Description

@a10k
<svg>
<style type="text/css">
    .st0{...}
    .st1{...}
</style>
<path class="st0 st1"/>
</svg>

Webpack: require("svg-inline?classPrefix=TEST!img.svg")

Current result: <path class="TESTst0 st1"/>
Expected result: <path class="TESTst0 TESTst1"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions