标签: scss-mixins
#在SCSS中是什么意思。我只想了解它的含义。
@mixin hoverFocus($property, $value) { &:hover, &:focus { #{$property}: $value; } }