Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@mixin fit-content ($attribute) { #{$attribute}: -moz-fit-content; #{$attribute}: -webkit-fit-content; #{$attribute}: fit-content; }
.fit-content(@attribute) { @{attribute}: -moz-fit-content; @{attribute}: -webkit-fit-content; @{attribute}: fit-content; }