Variables
Lesson 6Author : GOUP
Last Updated : September, 2020
Code
$theme-color: blue;
header{
color: $theme-color;
}
footer {
color: $theme-color;
}
button {
background-color: $theme-color;
}
$theme-color: blue;
header{
color: $theme-color;
}
footer {
color: $theme-color;
}
button {
background-color: $theme-color;
}