我有一个mixin接受一个我想传递给变量的参数.
@mixin my_mixin($arg) { background-color: $state-#{$arg}-text; }
variables nested sass
nested ×1
sass ×1
variables ×1