/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
core/scss/ui/_images.scss
23 строки
465 B
Bartosz-Do
Wire stylelint into the SCSS lint pipeline (#2794)
06 авг 2026, 01:46
Не верифицирован
06 авг 2026, 01:46
9cc9a36
Код
Авторство
О чём код?
@use 'sass:math'; @use '../config' as *; .img-responsive { --img-responsive-ratio: #{math.percentage(0.75)}; padding-top: var(--img-responsive-ratio); background: no-repeat center/cover; } .img-responsive-grid { padding-top: calc(var(--img-responsive-ratio) - calc(var(--gutter-y) / 2)); } @each $key, $ratio in $aspect-ratios { .img-responsive-#{$key} { --img-responsive-ratio: #{$ratio}; } } .img-bg { background: no-repeat center/cover; }