In all the UI I have used up to now (bootstrap and material) a css reset was always included now for a new project the choice was on primeng with primeflex which has no reset as far as I could see. what is the best practice to include a default css reset file such as bootstrap or use the available classes? For instance
with a reset file I can use
h1 class="mb-3"
without
h1 class="mt-0 mb-3"
I don't really know why a reset file is not by default ^^ It's the first time I'm using primeng so be patience :)