Open gibbsoft opened 7 years ago
In language-ansi/styles/ansi.less:
language-ansi/styles/ansi.less
Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--.
atom-text-editor
:host
::shadow
syntax--
Any news on this?
In
language-ansi/styles/ansi.less
:Starting from Atom v1.13.0, the contents of
atom-text-editor
elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using:host
and::shadow
pseudo-selectors, and prepend all your syntax selectors withsyntax--
.