/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/core/style/_layout-common.scss
8 строк
178 B
Kristiyan Kostadinov
feat(material/core): migrate to the Sass module system (#21204)
22 фев 2021, 21:44
Не верифицирован
22 фев 2021, 21:44
53e98b1
Код
Авторство
О чём код?
// This mixin ensures an element spans to fill the nearest ancestor with defined positioning. @mixin fill { top: 0; left: 0; right: 0; bottom: 0; position: absolute; }