Atom has updated to v1.13.0 and introduced a breaking change: no more shadow dom.
The selector using shadow dom need to be updated. Atom tries to fix this with an automatic rewrite but it doesn't work since the styles of relative-numbers package do not touch the .syntax-- prefixed elements.
This PR updated styles accordingly. I also bumped the version to 0.7.0 but I can remove this commit if you wish to do it yourself.
(I don't have access to review or merge this but) this is working great for me on Atom 1.13.0 on OSX. Thanks for putting this pull request together so quickly!
Fixes https://github.com/justmoon/relative-numbers/issues/24
Atom has updated to
v1.13.0
and introduced a breaking change: no more shadow dom. The selector using shadow dom need to be updated. Atom tries to fix this with an automatic rewrite but it doesn't work since the styles ofrelative-numbers
package do not touch the.syntax--
prefixed elements.This PR updated styles accordingly. I also bumped the version to
0.7.0
but I can remove this commit if you wish to do it yourself.