aesarius / spacegray-light-ui

Port of the Spacegray Light Sublime theme to Atom.
MIT License
1 stars 3 forks source link

Fix deprecation cop warnings #4

Open jpxd opened 9 years ago

jpxd commented 9 years ago

In index.less

Use the atom-workspace tag instead of the workspace class. Use the atom-text-editor tag instead of the editor class. Use the selector atom-text-editor[mini] to select mini-editors. Use the atom-text-editor tag instead of the editor-colors class. Use the atom-pane tag instead of the pane class. Use the atom-pane-container tag instead of the panes class. Use the selector atom-pane-axis.horizontal instead of the pane-row class. Use the selector atom-pane-axis.vertical instead of the pane-column class. Use the selector atom-panel.modal instead of the overlay class. Use the selector atom-panel instead of the tool-panel 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.

anilanar commented 9 years ago

Any intentions of merging PRs/fixing deprecations or should someone fork this repo?