Currently, I am incorporating Bootstrap v5 alpha to develop a basic dashboard.
According to Bootstrap guidelines, it is essential to utilize .container, .container-fluid, or .container-{size}, followed by .row and .col columns. However, I wish for the dashboard to be devoid of any side margins, yet there is no bootstrap container that accommodates this requirement.
How can I proceed in this situation?