0👍
This may help you
$backgroundColor: red !default;
p {
$backgroundColor: green; // you can set any color here
background: $backgroundColor;
}
updated fiddle here
Source:stackexchange.com
0👍
This may help you
$backgroundColor: red !default;
p {
$backgroundColor: green; // you can set any color here
background: $backgroundColor;
}
updated fiddle here