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.
In index.less
Use the
atom-workspace
tag instead of theworkspace
class. Use theatom-text-editor
tag instead of theeditor
class. Use the selectoratom-text-editor[mini]
to select mini-editors. Use theatom-text-editor
tag instead of theeditor-colors
class. Use theatom-pane
tag instead of thepane
class. Use theatom-pane-container
tag instead of thepanes
class. Use the selectoratom-pane-axis.horizontal
instead of thepane-row
class. Use the selectoratom-pane-axis.vertical
instead of thepane-column
class. Use the selectoratom-panel.modal
instead of theoverlay
class. Use the selectoratom-panel
instead of thetool-panel
class. Style elements within text editors using theatom-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 ofatom-overlay
elements.