Advanced CSS: Breakpoint quick code not correct on front-end

When using the mobile-first breakpoints and the “media” quick code for breakpoints in the Advanced CSS panel of a Block, the options show that min-width will be inserted. See screenshot below.

image

However - even though it appears that min-width is being honored within the Editor preview - the front-end does not and contains a max-width. See screenshot below of generated CSS.

image

If I explicitly enter the min-width declaration like below and use the breakpoint token, then the front-end displays properly. See screenshot below if generated CSS.

image

image

Environment info

  • WordPress version: 6.4.3
  • Cwicly Plugin version: 1.4.0.3

Hello @bmc38119,

Thanks for the report and my apologies for the trouble here.
I can reproduce the issue on my end. We’ll have a fix for this as soon as possible.

Cheers,

Hello @bmc38119,

Thanks once again for the report.

This should be addressed in 1.4.1.
If you still encounter trouble, please don’t hesitate to let me know by replying to this thread.

Cheers,

@Louis Confirmation that is it corrected! Thank you for the super quick response on this!