Is there a built-in CSS helper classes for margin/padding, flexbox, etc. in Angular Material 3?
I see that Vuetify, Tailwind, Bootstrap have lots of helper classes (e.g. px-4
, ma-6
, mx-auto
, etc.). Does Angular Material have something similar?
Any recommendations on how to avoid creating all these classes manually in Angular 18 + Material 3 site are welcome.