1 min readOct 10, 2018
You dont use it like this in mt method.
You can put the top and bottom the same, and the start and end separated, like this:
padding:20px 0;
padding-#{$start-direction}:10px;
padding-#{$end-direction}:5px;
Hope is answered your question, Vahid Mohammadi.