/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/solarized-light-syntax/styles/syntax/html.less
23 строки
348 B
chbk
Implement naming conventions in default themes (#20524)
19 фев 2021, 08:55
Не верифицирован
19 фев 2021, 08:55
eb064bf
Код
Авторство
О чём код?
.syntax--source.syntax--html { .syntax--punctuation { // < /> &.syntax--tag { color: @syntax-comment-color; } // = &.syntax--pair.syntax--attribute-value { color: @syntax-comment-color; } } .syntax--meta { // <!doctype html> &.syntax--doctype { color: @syntax-comment-color; } } }