I am newbie with Sass and I am creating a nested run with the next values
.heightAndWidth {
height: 21px;
width: 20px;
}
But I would like extend this rule and add 10 px in a specificclass, instead of 21, 31 but reusing the nested rule is this possible? How can I do it?