kevinsawicki / monokai

Monokai Atom Syntax theme
241 stars 133 forks source link

Fixes warning on Atom 0.174.0 regarding deprecated selectors #29

Closed 3lvis closed 9 years ago

3lvis commented 9 years ago

Fixes a warning on Atom 0.174.0

Deprecated selectors

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.
adelinofaria commented 9 years ago

I would rather merge the two classes, since they become one.

Sample: https://github.com/adelinofaria/monokai/commit/0243427b2c872ea11f3d78129eb00aceac38cb3e

kevinsawicki commented 9 years ago

Thanks for this.

@adelinofaria I'll do that in another commit.