1 2 3 4 5 6 7
@use "@styles/abstracts/functions" as fun; .wrapper { > *:not(:first-child) { margin-top: fun.convert-px(-2); } }