a10k opened this issue 8 years ago · 0 comments
For CSS properties that contain '.' in the value. <style> .a{ opacity: 0.3 } </style> After classPrefix TEST <style> .TESTa{ opacity: 0.TEST3 } </style>
<style> .a{ opacity: 0.3 } </style>
<style> .TESTa{ opacity: 0.TEST3 } </style>