Merge branch 'master' into css-variables-with-fallback

This commit is contained in:
Jeremy Thomas
2020-08-27 12:04:00 +02:00
25 changed files with 845 additions and 447 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";