mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Adding margin/padding auto to bulma
I think bulma must contain a margin/padding: auto
This commit is contained in:
parent
694f198446
commit
f8ae5c40a3
@ -8,7 +8,7 @@ $spacing-shortcuts: ("margin": "m", "padding": "p") !default
|
|||||||
$spacing-directions: ("top": "t", "right": "r", "bottom": "b", "left": "l") !default
|
$spacing-directions: ("top": "t", "right": "r", "bottom": "b", "left": "l") !default
|
||||||
$spacing-horizontal: "x" !default
|
$spacing-horizontal: "x" !default
|
||||||
$spacing-vertical: "y" !default
|
$spacing-vertical: "y" !default
|
||||||
$spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem) !default
|
$spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem, "auto": auto) !default
|
||||||
|
|
||||||
@each $property, $shortcut in $spacing-shortcuts
|
@each $property, $shortcut in $spacing-shortcuts
|
||||||
@each $name, $value in $spacing-values
|
@each $name, $value in $spacing-values
|
||||||
|
Loading…
Reference in New Issue
Block a user