Hey all!
Guys if set only this options:
align-items: center;
display: flex;
justify-content: flex-start;
without flex property what is default set for that? grow shrink basis is fine but if not set flex: 1 1 0; what is default? and always need flex property or just display flex?
thx