Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
* Drupal 11 compatibility.
* Rename and remove twig files to avoid components warnings of duplicate files.
* Navigation cleanup to get a cleaner start.
* Remove deprecated js logic from images + cleanup files + fix storybook.
* Issue #3462278 by Jolidog: Remove modernizr.
* AX fix: fix semantics of SVG.
* AX fix: remove aria-label from block.
* AX fix: Make status messages more accassible + remove jquery.
* AX fix: make navigation more accessible.
* Cleanup PHP: cleanup for PHPCS.
* Cleanup Twig: remove replace after clean_class, since it's duplicate. Also fix lot of spaces and indents.
* Cleanup SCSS: move sass:math to a highter level + change spacing to inline and block properties where possible.
* Fix broken svgs icons.
* Improve cache busting for fonts.
* Update _00-normalize.scss for fonts.
* remove double adding of classes on form element templates + syntax cleanup.
* template fix: fix typo in block.twig + fix bem modifiers
* template fix: Pager prev class template fix.
* Add composer.json to support git-based installs with Composer.