webpack-contrib/svg-inline-loader

CSS properties inside style tag corrupted by classPrefix

a10k opened this issue · 0 comments

a10k commented

For CSS properties that contain '.' in the value.
<style> .a{ opacity: 0.3 } </style>
After classPrefix TEST
<style> .TESTa{ opacity: 0.TEST3 } </style>