Skip to content
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

Closed
a10k opened this issue Oct 18, 2016 · 0 comments
Closed

Comments

@a10k
Copy link
Contributor

a10k commented Oct 18, 2016

<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"/>

a10k pushed a commit to a10k/svg-inline-loader that referenced this issue Oct 18, 2016
multiple classes in class string, fix for Issue webpack-contrib#39
sairion pushed a commit that referenced this issue Dec 15, 2016
multiple classes in class string, fix issue #39
@sairion sairion closed this as completed Dec 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants