在伪元素的内容中使用&内部

时间:2018-10-31 03:06:52

标签: sass

使用SCSS,我在使用循环之前设置:::的内容:

@each $element in del, choice, subst, abbr {
  #{$element}::before {content: "#{$element}";
}

可以使用&而不是循环来完成,例如:

del, choice, subst, abbr {
   &::before {content: "#{&} }
}

0 个答案:

没有答案