Open evanmoran opened 5 years ago
Should be an easy fix, but tracking this here for now.
The solution is to maintain a global cssMap (see code, to understand). Then as inline css insertions happen, bulk extend the cssMap and regenerate the oj-style element with oj.compile
cssMap
oj-style
oj.compile
Should be an easy fix, but tracking this here for now.