"blenderbot.ai" did not exist on "main"
Created by: michaseel
Rename the spacerclasses.
Example: .m-a-0 // No margin .m-a // Default $spacer margin .m-a-2 // Double Margin .m-a-3 // Triple Margin
The Problem with using "md" or "lg" here is that you could confuse with the Breakpoints of the same name.
Plus: if you want to add Breakpoint-Specific Spacerclasses they would become impossible to remember: .m-a-lg-md // medium margin for large breakpoints -> hard to understand .m-a-lg-2 // double margin for large breakpoints -> easier to understand