backdrop-contrib / mini_layouts

Provide blocks which allow positioning content within them in layouts.
GNU General Public License v2.0
7 stars 4 forks source link

Issue #36: Update CSS selectors to be different for mini-layouts than… #37

Open jenlampton opened 1 year ago

jenlampton commented 1 year ago

Fixes https://github.com/backdrop-contrib/mini_layouts/issues/36

docwilmot commented 1 year ago

I like the idea of removing the .layout class on minis but how likely is this to mess with existing sites CSS rules? Could someone have already done a .layout .layout--moscone .layout to "fix" things, and will removing the .layout from minis break that?

herbdool commented 3 months ago

Maybe, in terms of maintaining backwards-compatibility, keep the .layout and then also add .mini-layout? Might be the best that can be done here?