tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
188 stars 18 forks source link

Feature: CSS Grid #1226

Closed tomusborne closed 2 months ago

tomusborne commented 2 months ago

This PR introduces a CSS Grid feature to our local block styles.

It also adds a new "Grid" variation of the Container block that replaces our current "Grid" block.

tomusborne commented 2 months ago

@iansvo Made some updates based on your feedback - thanks!

auto-fill and auto-fit - any suggestions of how to fit these into our presets? Do we have to define a min width for our users?

align-self and justify-self would need to be added to our existing flex/grid alignment options. Maybe a different PR?