AuthorOfTheSurf / hyrule-atom

The Hyrule syntax-highlighting scheme from SublimeText ported to Atom
3 stars 2 forks source link

Deprecated selector in `Hyrule-atom\index.less` #13

Closed okonomiyaki3000 closed 7 years ago

okonomiyaki3000 commented 7 years ago

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

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.

AuthorOfTheSurf commented 7 years ago

@okonomiyaki3000 Thank you for the comment and bringing this to my attention. I will take some action on this along with #12 this week.

To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

Can I go through this helpful list and apply each translation to sort out this issue?

okonomiyaki3000 commented 7 years ago

Can I go through this helpful list and apply each translation to sort out this issue?

It seems so. That message was generated by Atom's deprecation cop.