As mentioned in my previous posts, I am on a steep learning curve, a lot of things are new to me. I am using the Deliver skeleton to build a site and I am modifying the templates to suit the data that I want. I am trying to figure out how to make grids in the Deliver theme and I am not seeing a consistent grid framework. I see traces of Pure.css, but Pure is not included. It seems the grids are manually created in this theme.
What is the best practice for this? Should I just include a grid framework like Pure in the base.html.twig? This seems to work but am I going about this the hard way? I have the SCSS compiling and I have a basic understanding on that now. Should I be adding what I need in there?