This refactors alerts to have a base class, but no default class, thus requiring a modifier class at all times. It simplifies styles for all variations since we no longer have to override the old default yellow alert styles. Each alert type has it's own CSS, thus limiting the our own overrides, and any overrides devs/designers will add in their own theming.
Docs have been updated accordingly