[v4] Introduce variable for customizing margin-bottom for "p"
Created by: ahmetb
_reboot.scss has:
p {
margin-top: 0;
margin-bottom: 1rem;
}
However the value is hardcoded. It would be nice to have it exported to _variables.scss so that people can customize (_custom.scss was nice but looks like it's removed now).