BafS / atom-bleen-syntax

Bleen syntax for Atom editor
MIT License
1 stars 2 forks source link

Deprecated selector in `bleen-syntax\index.less` #1

Open berkay-korkmaz opened 7 years ago

berkay-korkmaz commented 7 years ago

In bleen-syntax\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:

BafS commented 7 years ago

Don't hesitate to do a pull request if you correct it. Unfortunately I don't have the time right now to maintain this theme.