From 970e77a980080f3539efb3251b218f01a4cc6096 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 27 Aug 2025 03:58:42 -0500 Subject: [PATCH] Create the fine `25` spacer --- scss/bootstrap/_variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/bootstrap/_variables.scss b/scss/bootstrap/_variables.scss index bf11d2c..0060ea6 100644 --- a/scss/bootstrap/_variables.scss +++ b/scss/bootstrap/_variables.scss @@ -35,6 +35,7 @@ $spacers: ( 0: 0, 1: $spacer * .25, 2: $spacer * .5, + 25: $spacer * .75, 3: $spacer, 4: $spacer * 1.5, 45: $spacer * 2,