Is it possible to have 2D padding tokens or responsive mixins?

Also, is it possible to have 2D padding tokens or responsive mixins?

I’m trying to make a mixin that sets padding to 0 96px on desktop and 0 16px on mobile, but I can’t get the 0 vertical padding to work (it’s always ignored)

This is doable with a component but that’s annoying/I’d have to restructure a lot of stuff

You can achieve this by creating a responsive token and using it in your mixin.