sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Two deprecated selectors #160

Closed tterb closed 7 years ago

tterb commented 7 years ago

Use the atom-text-editor tag instead of the editor class.

In styles\atom-editorconfig.less: Use the atom-text-editor tag instead of the editor class.


Style elements within text editors using the atom-text-editor::shadow selector or the .atom-text-editor.less file extension.If you want to target overlay elements, target them directly or as descendants of atom-overlay elements.

In styles\atom-editorconfig.less: Style elements within text editors using the atom-text-editor::shadow selector or the .atom-text-editor.less file extension. If you want to target overlay elements, target them directly or as descendants of atom-overlay elements.

florianb commented 7 years ago

Thank you @JonSn0w & @leonardosouza, you're getting the deprecation-warning since you're using the upcoming beta-release of Atom 1.13.

A release solving this is pending - i will come back to you as soon as it is published.

FabianMeul commented 7 years ago

I'm alsing having this issue in Atom 1.12.7 (Non-beta)

florianb commented 7 years ago

Thanks for reporting this @FabianMeul - a patch is already published and should be automatically enrolled when Atom 1.13 is getting released. I beg for patience and i am sorry for the inconveniences.

FabianMeul commented 7 years ago

No problem @florianb . Thanks for the follow-up 👍

florianb commented 7 years ago

@FabianMeul, @JonSn0w: i hope this issue is now fixed. I will close it for now. Feel free to come back if you faced any troubles! Thank you for your collaboration @JonSn0w!

💝