sirbrillig / linter-mixed-indent

Atom linter plugin to mark lines that have differing indentation
MIT License
0 stars 0 forks source link

Deprecated selector in `mixed-indent-warning/styles/mixed-indent-warning.atom-text-editor.less` #22

Closed Kita27 closed 6 years ago

Kita27 commented 6 years ago

In mixed-indent-warning/styles/mixed-indent-warning.atom-text-editor.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.

sirbrillig commented 6 years ago

Pretty sure this is for a very old version of the plugin. See #14 #15 #17 #18 #21

Try using linter-mixed-indent instead. https://atom.io/packages/linter-mixed-indent

I'm trying to deprecate the old version.