0

どうすればこのようなことができますか:?

.test1(@light: 1px;){
    "inset 0 @light 0 rgba(255, 255, 255, 0.2)";
}
.test2(@elevation: 3px;){
    "0 @elevation 0 rgba(000, 000, 000, 0.1)";
}

@testing: .test1() "," .test2(); 
box-shadow: @testing;
4

1 に答える 1