Update _mixins.sass
This commit is contained in:
parent
978bd50b1f
commit
95835a3a1c
@ -152,11 +152,11 @@
|
||||
size: calc(#{$steps} * 100%) auto
|
||||
|
||||
/*
|
||||
* Center all child elements horizontally and vertically.
|
||||
* Center children elements horizontally and vertically.
|
||||
*
|
||||
* Examples: @include centerChilds()
|
||||
* Examples: @include centerChildren()
|
||||
*/
|
||||
@mixin centerChilds()
|
||||
@mixin centerChildren()
|
||||
display: flex
|
||||
justify-content: center
|
||||
align-items: center
|
||||
|
Loading…
Reference in New Issue
Block a user