Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Bart deprecation Atom version 1.19.0 #29

Open
qvoiriot opened this issue Aug 10, 2017 · 0 comments
Open

Bart deprecation Atom version 1.19.0 #29

qvoiriot opened this issue Aug 10, 2017 · 0 comments

Comments

@qvoiriot
Copy link

Hi Here is the issue i have trying to use bart :/

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--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

atom-text-editor::shadow .gutter .line-number.bart-stop-line:before => atom-text-editor.editor .gutter .line-number.bart-stop-line:before
atom-text-editor::shadow .gutter .line-number.node-debugger-attached-breakpoint => atom-text-editor.editor .gutter .line-number.node-debugger-attached-breakpoint
atom-text-editor::shadow .gutter .line-number.bart-breakpoint => atom-text-editor.editor .gutter .line-number.bart-breakpoint
atom-text-editor::shadow .bart-breakpoint_active => atom-text-editor.editor .bart-breakpoint_active
Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Is there a way to fix that on my side or do a fix / update will come ?

Thanks a lot

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant