An experiment with Drupal 10 theming.
Created using Starterkit.
npm install
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