Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

laradevitt/bootstrap_material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download and extract the bootstrap_material/ subfolder into your Drupal installation's themes folder (usually sites/themes/*).

  2. 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.

  1. Clone this project into your Drupal installation's themes directory.

  2. Go to the project folder:

    cd bootstrap_material

  3. Install dependencies:

    npm install

  4. Initial set-up:

    grunt build

  5. 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.

About

Bootstrap Material Design Theme for Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published