Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Build files for Seven Alter theme and toolbar module.

License

Notifications You must be signed in to change notification settings

designhammer/sevenalter-build

Repository files navigation

Seven Alter - Drupal

Build files for Seven Alter admin theme and Seven Alter Toolbar module.

Add to a Drupal site

Drupal.org doc: Managing dependencies for a custom project

Add to composer.json (the first part is already there).

"repositories": [
    {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
    },
    {
        "type": "git",
        "url": "https://github.com/designhammer/sevenalter.git"
    },
    {
        "type": "git",
        "url": "https://github.com/designhammer/sevenalter_toolbar.git"
    }
],

Require the modules.

composer require designhammer/sevenalter designhammer/sevenalter_toolbar

CSS Overrides when using the Seven Alter admin theme

Before enabling this theme, please duplicate this file css/example.override-styles.css and rename it css/sevenalter-overrides.css. ⚠️ Failing to create this file will cause a console error.

About

Build files for Seven Alter theme and toolbar module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published