So I am converting one of my D7 sites to D8 and have decided to go all in on using the new layout builder. I think it's really awesome and will be great for our content editors. I'm wondering if anyone is aware of any themes on the marketplace anywhere that already come with some layout builder layouts perhaps using Bootstrap or even better some custom block types and TWIG templates that I could then embed predefined widgets already styled in the themes style into layout builder.
Have a couple articles listed in the homepage in <div class="views-row">. As per above tutorial, I'm taking variable from bootstrap/assets/stylesheets/bootstrap/_variables.scss and customizing them in scss/_default-variables.scss
Just trying to put a border on this class but having a hard time figuring out where exactly to do it.
I'm struggling to override the template on the admin interface for a content type. I'm going to need to do several modifications to the edit form to meet the editor's requirements, however, I seem to be unable to get this to override.