Closed sandrojohanides closed 7 months ago
Couple of problems with this:
#{nth()}
-
/
#{nth($dirs, 1)}: 100%; // `bottom: 100%` by default #{nth($dirs, 2)}: $offset; // `left: 50%` by default height: 0; width: 0; margin: auto; margin-#{nth($dirs, 2)}: (-$size / 2); border: solid transparent; border-#{nth($dirs, 1)}-color: $color; border-width: ($size / 2);
Right now it only supports interpolation of variables, not of full expressions. So, this issue is correct and support for sass script expressions should be added here. Thanks!
closed via #96
Couple of problems with this:
#{nth()}
interpolation color with the function inside-
hyphen color after and before the interpolation-
minus and/
divide color in value after interpolation