piyathida / wingyplus-syntax

Wingyplus-syntax for wingyplus-ui theme
MIT License
2 stars 2 forks source link

Deprecated selector in `wingyplus-syntax/index.less` #2

Open alexmadeira opened 7 years ago

alexmadeira commented 7 years ago

In wingyplus-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:

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.

Lateralus138 commented 3 years ago

I know this is old, but I still use this theme so I finally got around to doing the fix for it. Working great on my end.

Pull Request For This Fix.