/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
core/scss/utils/_opacity.scss
9 строк
175 B
Paweł Kuna
Migrate core SCSS from `@import` to `@use`/`@forward` (#2709)
23 июл 2026, 00:33
Не верифицирован
23 июл 2026, 00:33
9820d11
Код
Авторство
О чём код?
// stylelint-disable declaration-no-important @use '../config' as *; @for $i from 0 through 20 { .opacity-#{$i * 5} { opacity: calc(#{$i * 5} / 100) !important; } }