wallabyjs / atom-wallaby

Wallaby.js atom package starter
Other
57 stars 6 forks source link

Remove deprecated :host selector #53

Closed mckenna closed 7 years ago

mckenna commented 7 years ago

Atom has deprecated the :host selector, but currently automatically translates any rules that contain either the :host or :shadow selector. In the case of atom-wallaby it converts all the existing :host rules to atom-text-editor rules, but the stylesheet already contains rules for atom-text-editor so we only need to delete :host.

screen shot 2017-01-23 at 10 31 25

ArtemGovorov commented 7 years ago

Thanks for the PR, the :host is left for backward compatibility: https://github.com/wallabyjs/atom-wallaby/issues/50#issuecomment-264675228. I'll keep the PR open and merge it when we stop supporting older Atom versions.