Install
Works with Drupal: ^9.3 || ^10 || ^11Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
668.98 KB
MD5: eaf1ef850cbd382a594c2c73b4503059
SHA-1: b52f3c8b32279f6f3af9e496eaa8aba7e0480c9e
SHA-256: 5ba015331186858710585e9cf612a9369bca3a047a3a53ddf0f8404119aad45c
Download zip
741.05 KB
MD5: c01df95ef696e03f25081ee7f5a3522d
SHA-1: bcdf7d38389d8ec87032d7bd68eca57866bd80c7
SHA-256: a1db2630c506b83307955b3bf0761153ce492ab84e58c67b97c2dd606dc174f6
Release notes
If you are updating from 9.x-beta1 follow these instructions on what's changed:
Changes since 9.x-beta1 release:
- #3298447: Build process on Apple Silicone M1
- #3356186: STARTER.info.yml file needs update for Drupal 10
- #3355260: The base theme stable is not operated correctly
- #3469444: Add Drupal 11 compatibility
Upgrade notes since beta1 release:
Updating subtheme templates:
Build Process Updates:
- To get this working on M1 Macs, or just to remove cruft, remove
node-sassfrom you package.json, delete the node-modules directory and package.lock, and re-runnpm install