소스 검색

fixed accent build error

REJack 5 년 전
부모
커밋
c22642766e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build/scss/_mixins.scss

+ 1 - 1
build/scss/_mixins.scss

@@ -513,7 +513,7 @@
 
 // Accent Variant
 @mixin accent-variant($name, $color) {
-  &.accent-#{$name} {
+  .accent-#{$name} {
     $link-color: $color;
     $link-hover-color: darken($color, 15%);
     $pagination-active-bg: $color;