Closed jonrohan closed 7 years ago
This writes all the languages.less selectors into the root atom-text-editor which will help with specificity.
languages.less
atom-text-editor
The result Less looks like this.
atom-text-editor { .syntax--comment, .syntax--punctuation.syntax--definition.syntax--comment, .syntax--string.syntax--comment { color: #959da5; } }
fixes https://github.com/primer/github-syntax-theme-generator/issues/30
This writes all the
languages.less
selectors into the rootatom-text-editor
which will help with specificity.The result Less looks like this.
fixes https://github.com/primer/github-syntax-theme-generator/issues/30