I am using custom $spacer
variable for adjusting UI/page multiple elements size. how to use this under @media
query? As below its not working. how to use different $spacer for different resolution? pls help.
@media (min-width: 1280px) {
$spacer: 16px;
}
@media (min-width: 1600px) {
$spacer: 24px;
}