To enable the usage of juicy-ace-editor within the definition of custom Polymer elements we need someway to pull ace theme styles to the shadow DOM. With this pull request, a listener is set to detect theme changes and inject the theme's CSS inside the juicy-ace-editor element. Btw, we can modify this to inject the styles to the shadowDom of the element.
To enable the usage of
juicy-ace-editor
within the definition of custom Polymer elements we need someway to pullace
theme styles to the shadow DOM. With this pull request, a listener is set to detect theme changes and inject the theme's CSS inside thejuicy-ace-editor
element. Btw, we can modify this to inject the styles to theshadowDom
of the element.