Answers for "how to change sass variable with js"

CSS
5

sass variable

$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 sass variable with js"

Browse Popular Code Answers by Language