Can selected or specific properties be shared/extended from the parent to the child without the need to create a variable?
.main-container {
padding: 20px;
margin: 20px;
ul {
padding:$parentPadding();
margin: 0;
}
}
Alternatively, is it possible in vice versa?