Love the addition of the Gap
option for the Flexbox controls on divs, cells, columns, etc.
Unfortunately, without configuration, updating from Pro 6.4.x to 6.5.0 RC 1 overrides any gap I added through CSS, as it’s now explicitly setting it to 0px, with the element ID along with the Pro class (.x-col
etc)
Often I have just added the gap declaration within the most basic $el { ... }
, which is getting overriden by the built in .mcs31-0.x-col
for example.
Any chance that when the value is 0, it could output no gap declaration at all?
I guess it serves me right for wanting to shortcut adding it without the class specific to the element type!
But my other gripe with that is that sometimes it’s useful to have CSS snippets that can be transferred from element to element without looking out for the element type (x-col
vs x-cell
, etc). Is there another better way to achieve this going forward? A different way to ensure that the CSS will override the element settings, but not be dependent on the element type class?