``` .mix1{ width:20px; } .mix2{ width:30px; } .test1:extend(.mix1){ color:#abc; } .test4{ color:#abc; &:extend(.mix2); } ```