martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
1 stars 0 forks source link

Prevent CSS leaking #20

Closed fjf2002 closed 3 weeks ago

fjf2002 commented 4 weeks ago

Prevent the embedded online-IDE from leaking out CSS selectors.

Work in progress. @martin-pabst: Please take a look and consider.

In either variant, somehow CSS variables get set in the :root namespace (with ThemeSelector even in the html selector).

fjf2002 commented 3 weeks ago

OK I had to take the postcss approach - the handmade approach broke the monaco-editor CSS. Please note: