- create a new branch(for example
grid
) from your existing solutiondevelop
(flex) - implement layout on grid(replace flex with grid)
- create new Pull Request from created branch, into PR compare branch
develop
with branchgrid
(should be visible changes only fromflex
togrid
)