From fd24153a1dfab902c6223719626b3195f5b54d17 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Mon, 1 Mar 2021 13:20:28 -0500 Subject: [PATCH] enable negative margins for bootstrap --- assets/css/_bs-custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/_bs-custom.scss b/assets/css/_bs-custom.scss index df27c88..9553e8c 100644 --- a/assets/css/_bs-custom.scss +++ b/assets/css/_bs-custom.scss @@ -12,3 +12,4 @@ $font-family-sans-serif: Lato, system-ui, -apple-system, "Segoe UI", Roboto, // "Liberation Mono", "Courier New", monospace !important; $enable-shadows: true; +$enable-negative-margins: true;