What is a breakpoint?
martinandersen3d opened this issue · 2 comments
martinandersen3d commented
Hi i dont fully understand the description of a breakpoint?
Is this related to user scrolling i browser? or is this the order of the elements, before and after current element?
edjroot commented
In short, breakpoints are related to how you adjust your website's layout depending on the browser's screen size. They have nothing to to with Vue necessarily.
martinandersen3d commented
thanks, it makes sense now.