2013-05-10 3 views

답변

2

:

.btn { 
    @if $text-shadows and $shadows { 
     @include text-shadow-black; 
    } 
} 

.btn { 
    @if $text-shadows { 
    @include text-shadow-black; 
    } 
    @if $shadows { 
    @include shadow-white; 
    } 
} 

명확하게하기 위해, 내가 무엇을 달성하고자하는 것은 중첩하지 않고있다

관련 문제