railroadman
7/6/2017 - 9:07 PM

My default Atom packages and theme

My default Atom packages and theme

'atom-text-editor[data-grammar~="vue"]:not([mini])':
  'tab': 'emmet:expand-abbreviation-with-tab'

'atom-text-editor[data-grammar="css"]:not([mini])':
  'tab': 'emmet:expand-abbreviation-with-tab'

'atom-text-editor[data-grammar="html"]:not([mini])':
  'tab': 'emmet:expand-abbreviation-with-tab'
// styles file (not found)

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html, body, .tree-view, .tab-bar .tab {
    font-size: 16px;
  }
}
html, body, .tree-view, .tab-bar .tab {
  font-size: 15px;
}


atom-text-editor {
  font-family: 'Fira Code';
  font-style: normal;
  text-rendering: optimizeLegibility;
}