/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/one-light-syntax/styles/syntax-legacy/ng.less
47 строк
682 B
chbk
Implement naming conventions in default themes (#20524)
19 фев 2021, 08:55
Не верифицирован
19 фев 2021, 08:55
eb064bf
Код
Авторство
О чём код?
.syntax--ng { &.syntax--interpolation { color: @hue-5; &.syntax--begin, &.syntax--end { color: @hue-2; } .syntax--function { color: @hue-5; &.syntax--begin, &.syntax--end { color: @hue-2; } } .syntax--bool { color: @hue-6; } .syntax--bracket { color: @mono-1; } } &.syntax--pipe, &.syntax--operator { color: @mono-1; } &.syntax--tag { color: @hue-1; } &.syntax--attribute-with-value { .syntax--attribute-name { color: @hue-6-2; } .syntax--string { color: @hue-3; &.syntax--begin, &.syntax--end { color: @mono-1; } } } }