bootstrap_material
bootstrap_material copied to clipboard
Bootstrap Material Design Theme for Drupal
Bootstrap Material Design Theme for Drupal
A Bootstrap subtheme that brings the Material Design guidelines by Google into Drupal (7.x). Uses Fez Vrasta's Material Design for Bootstrap theme.
Use
-
Download and extract the bootstrap_material/ subfolder into your Drupal installation's themes folder (usually sites/themes/*).
-
Go to admin/appearance and enable the subtheme.
Customize
I use Node.js, Grunt and Bower to manage CSS and JavaScript assets. You can, too, but it requires this patch* to prevent the node_modules and bower_components directories from being scanned by Drupal. Otherwise it will crash hard.
-
Clone this project into your Drupal installation's themes directory.
-
Go to the project folder:
cd bootstrap_material
-
Install dependencies:
npm install
-
Initial set-up:
grunt build
-
To watch for changes:
grunt
Alternatively, since the CSS and JS is precompiled you can do some basic tweaks by simply adding a custom CSS file to the *.info file.