blend-it/radix_overrides

There is no license information available for the latest version (6.0.0-beta46) of this package.

Drupal Bootstrap radix based theme

Installs: 289

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Language:JavaScript

Type:drupal-shared-theme

pkg:composer/blend-it/radix_overrides


README

Radix overrides is a base theme that fill the gap between the Radix theme and Drupal components used in project. Like form, actions, modal, table, etc. Or shared components like select 2 or other that need sass build with bootstrap variables.

Installation

Using Composer

To handle shared theme we use a custom composer type drupal-shared-theme. You need to add the following configuration to your composer.json file:

"extra": {
  "installer-types": ["drupal-shared-theme"],
  "installer-paths": {
      "web/themes/shared/{$name}": ["type:drupal-shared-theme"]
  }
}

Then you can require the theme with the following command:

composer require blend-it/radix_overrides

For contributors you could use the following command to clone the repository:

composer require blend-it/radix_overrides --prefer-source

Create child theme

To create a child theme :

Using drush:

drush --include="web/themes/shared/radix_overrides" radix:create SUBTHEME_NAME