by default flexbox has flex direction to row
## Issue description
neat.css on line number 101 `flex-direction: row;` is declared. When any element declared with `display: flex`, by default it main axis behave like `row`. `flex-direction: row` can be removed and it should performs and work as before.
I would like to do a little PR.
关闭于 2023-05-13 2 条评论