soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Breakpoint Order #993

Open flowww-dev opened 9 months ago

flowww-dev commented 9 months ago

At the moment breakpoints in breakdance are only merged and not ordered so you always need to add min and max breakpoint values. Breakdance uses the desktop first approach - so typically you don't need to add a min value if the custom breakpoints are right ordered.

https://breakdance.canny.io/features/p/custom-breakpoint-order

It should be very easy to implement this. Look at: breakdance/plugin/config/breakpoints.php

flowww-dev commented 9 months ago

/**