/highdesert

An experiment with Drupal 10 theming.

Primary LanguageCSS

High Desert theme for Drupal 10

An experiment with Drupal 10 theming.

Created using Starterkit.

Screenshot from 2023-05-08 09-31-52

Requirements

Quick set up

npm install

Editing and Compiling Sass

This theme makes use of Sass, which means CSS files are not edited directly, but compiled from the files in the /sass directory.

To compile CSS files once:

npm run sass:build

To watch for changes to SCSS files and compile as you edit:

npm run sass:watch

To check for problems with SCSS files:

npm run sass:lint