Answers for "how to change the value of a variable to a new value sas"

CSS
5

variables in sass

$base-color: #c6538c;
$border-dark: rgba($base-color, 0.88);

.alert {
  border: 1px solid $border-dark;
}
Posted by: Guest on June-24-2020

Code answers related to "how to change the value of a variable to a new value sas"

Browse Popular Code Answers by Language