A cleaner Drupal 8 Admin Theme using Material Components for the Web.
Matter uses stable
as the base theme to have the minimal markup necessary to render Drupal elements. Preference is given to adding/overriding classes in twig templates rather than using preprocessors.
In your Drupal root, using composer, run:
$ composer require drupal/matter
This project uses webpack to compile the JavaScript and Style assets. To contribute, first install the npm libraries that this theme depends on.
$ npm install
To start compiling sass:
$ npm run watch