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

CSS properties inside style tag corrupted by classPrefix #41

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

CSS properties inside style tag corrupted by classPrefix #41

a10k opened this issue Oct 21, 2016 · 0 comments

Comments

@a10k
Copy link
Contributor

a10k commented Oct 21, 2016

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

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

1 participant