Install

Works with Drupal: ^10.1.3 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 740.04 KB
MD5: a5682369de766190b85595f7ddffd98c
SHA-1: 681c2960e2ac9987ddb5cb05e06472e7da840b4e
SHA-256: f32a07a00e33763c5d34205857228a9c3d3318f9a90cdd99a39869ed745ab079
Download zip 1.94 MB
MD5: 8a5f33d958faec5a109e71e6febc2957
SHA-1: 4aae05abc6b644ad90e299c1a8243c3198dba3c2
SHA-256: ebec0bc7dc747d13a5d2e6fe21a2a47449a821cd15d4272d63c4d6ee77ba6ac0

Release notes

We have re-written our grid system to use CSS Grid instead of Flexbox. This makes the CSS for the grid simpler. It should also fix lots of minor spacing issues (negative left/right margin on grid containers).

Important: We recommend testing your layouts before deploying.

In some cases, if you have made customisations to the layout in a child theme, removing these might be advisable.

In some cases, the changes needed in child themes are to change the width specification on grid child items from
"`width: calc(...) `" to "`grid-column: span 3`" for example.

What's Changed

**Full Changelog**: https://github.com/localgovdrupal/localgov_base/compare/1.9.0...2.0.0

Created by: localgov
Created on: 17 Jul 2025 at 16:45 UTC
Last updated: 17 Jul 2025 at 16:46 UTC
New features
Unsupported

Other releases