Fix #3020: Add spacing helpers for all sides

This commit is contained in:
Jeremy Thomas
2020-08-27 11:46:39 +02:00
parent 8c522b891b
commit 5e4bf5ed55
11 changed files with 619 additions and 16 deletions

View File

@@ -32,5 +32,10 @@ $custom-colors: (
"lavender": ($lavender, $lavender-invert, $lavender-light, $lavender-dark)
);
$spacing-shortcuts: ("margin": "mg");
$spacing-horizontal: "h";
$spacing-vertical: null;
$spacing-values: ("small": 10px, "medium": 30px, "large": 60px);
// Import the rest of Bulma
@import "../../bulma";