I’ve designed the front end of an app to be porter into ionic. For this reason, I only designed it in the mobile breakpoint, and don’t need any of the bigger breakpoints. How can I remove any code above this breakpoint in my exported code?
You can edit the css file to remove code specific to the media queries you are not using. You should understand that Webflow is not mobile first. There are tools that can you can use the that will show unused css on a site or in your code.