Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どうすればこのようなことができますか:?
.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;