он выглядит так
Код: Выделить всё
// _variables.scss
$blue: #0D6EFF;
$red: #FB2B37;
$black: #272727;
$green: #31E3A1;
$lightgrey: rgba(172, 179, 186, 0.5);
Код: Выделить всё
// style.scss
@use "variables";
html, body{
height: 100%;
margin: 0;
position: relative;
color: $blue;
font-size: 18px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
Подробнее здесь: https://stackoverflow.com/questions/610 ... rk-in-sass
Мобильная версия