raisinpicker / radix_material
Drupal 8.x theme based on Radix, implementing Bootstrap Material Design, built for Raisin Picker installation profile on Drupal 8.x
Installs: 61
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Language:CSS
Type:drupal-theme
Requires
- drupal/radix: ^4.0
This package is not auto-updated.
Last update: 2025-03-30 08:43:07 UTC
README
Theme for Drupal 8.x
Subtheme of Radix
Implements Bootstrap Material Design
This theme is intended to be used with Raisin Picker Distribution
Using Webpack to compile and bundle SASS and JS.
Installation
Step 1
Make sure you have Node and npm installed. You can read a guide on how to install node here: https://docs.npmjs.com/getting-started/installing-node
If you prefer to use Yarn instead of npm, install Yarn by following the guide here.
Step 2
Go to the root of RADIX_SUBTHEME_NAME theme and run the following commands: npm install
or yarn install
.
Step 3
Update proxy
in webpack.mix.json.
Step 4
Run the following command to compile Sass and watch for changes: npm run watch
or yarn watch
.
Installation using Composer
composer require raisinpicker/radix_material