formaweb / railscasts-atom-theme

A port from original Railscasts TextMate theme.
https://atom.io/packages/railscasts-theme
MIT License
2 stars 2 forks source link

Deprecated selectors #1

Open SergeyKishenin opened 9 years ago

SergeyKishenin commented 9 years ago

With Atom v0.179.0 I get theese deprecations:

ajarzebowski commented 9 years ago

I have the same issue on new installation of Atom:

index.less
Use the `atom-text-editor` tag instead of the `editor-colors` class.
Use the `atom-text-editor` tag instead of the `editor` class.
Use `.bracket-matcher .region` to select highlighted brackets.
Target the selector `:host, atom-text-editor` instead of `.editor` for shadow DOM support.
Target the selector `:host, atom-text-editor` instead of `.editor-colors` for shadow DOM support.
ajarzebowski commented 9 years ago

I've made a quick fix https://github.com/8draco8/railscasts-atom-theme

Works fine on Atom 0.182.0

caiotarifa commented 9 years ago

Hey guys!

@8draco8 help us and made some changes, please test again from source before send the new version.

Here, for me, all works fine.

:)