diff options
| author | Andres Galante <[email protected]> | 2017-08-14 22:09:44 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-14 18:09:44 -0700 |
| commit | 77777b388d7def95ef0e17a1b24223a11fa2d12d (patch) | |
| tree | 138cda0df3c43876f41a4397579758e3bb911975 | |
| parent | 6a49f88d8f63f7c85df554097727d4944c78f353 (diff) | |
| download | bootstrap-77777b388d7def95ef0e17a1b24223a11fa2d12d.tar.xz bootstrap-77777b388d7def95ef0e17a1b24223a11fa2d12d.zip | |
Adds a default flag to paragraph-margin-bottom (#23420)
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 93fdedf34..fe48af523 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -172,7 +172,7 @@ $link-hover-decoration: underline !default; // // Style p element. -$paragraph-margin-bottom: 1rem; +$paragraph-margin-bottom: 1rem !default; // Grid breakpoints |
