nmscholl / nms-color-bracket

Atom package that color codes pairs of matching curly brackets to help see block structure, and quickly identify missing/extra brackets
MIT License
6 stars 3 forks source link

Deprecated selector in `nms-color-bracket\styles\nms-color-bracket.less` #1

Closed miguerutb closed 6 years ago

miguerutb commented 7 years ago

In nms-color-bracket\styles\nms-color-bracket.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.

linjialiang commented 5 years ago

me too

Gaeta commented 5 years ago

Its happening again