CSS
~~~~

:root {
$value: 10px;
}

.radius {
border-radius: $value;
}

@media screen and (min-width: 600px) {
$value: 50px;
}

#css #html #dinamis #variabel #interface #tag #java #script #www
:root {
currentColor: #D3D3D3;
}

.section {
background: var(currentColor);
}

#css #html #dinamis #variabel #interface #tag #java #script #www