Q:

variables scss

$base-color: #c6538c;
3
// SCSS variables

$darkcolor: #605C4D;
$large: 350px;

section{
	background-color: $darkcolor;
  	height: $large;
}
1
$base-color: #c6538c;
$border-dark: rgba($base-color, 0.88);

.alert {
  border: 1px solid $border-dark;
}
3
$variable: 1;
0

New to Communities?

Join the community