/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
core/scss/utils/_background.scss
17 строк
285 B
Bartosz-Do
Wire stylelint into the SCSS lint pipeline (#2794)
06 авг 2026, 01:46
Не верифицирован
06 авг 2026, 01:46
9cc9a36
Код
Авторство
О чём код?
@use '../config' as *; .bg-white-overlay { color: $white; background-color: rgba($light, 0.24); } .bg-dark-overlay { color: $white; background-color: rgba($dark, 0.24); } .bg-cover { background-repeat: no-repeat; background-position: center; background-size: cover; }