The naming convention used in Bootstrap v4 seems a bit cryptic to me.
While I understand the desire to keep classes minimal and clean, I am struggling to make sense of it. I can make educated guesses, but I'm unable to find definitive answers.
- p-1, p-2, p-N: These seem to be related to Flexbox, but what does the
p
actually mean? - d-flex: Also Flexbox related, but the
d
has me puzzled. Could it stand fordisplay
? - mr-auto - Is this perhaps margin-related like
margin-right-auto
? I can't find confirmation in the documentation. - mt-auto - What about this one?
- ml-auto - Any insights on this class?