mtholyoke / lits_theme
LITS website theme
Installs: 278
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Language:Twig
Type:drupal-theme
Requires
- drupal/emulsify_tools: ^1.0
This package is auto-updated.
Last update: 2025-02-17 20:04:47 UTC
README
lits_theme theme, generated from starterkit_theme. Additional information on generating themes can be found in the Starterkit documentation.
Installing the theme
composer require mtholyoke/lits_theme
Enable the theme from the command line (drush then lits_theme
) or through the admin UI, and use the admin UI to select it as the default theme for the site.
Set up for development
In your working copy of the LITS website:
cd web/themes/contrib rm -r lits_theme git clone git@github.com:mtholyoke/lits_theme.git cd lits_theme lando npm install cd ../../../..
NOTE: You will need to repeat this any time that the lits_theme
is updated in the LITS project (when we release and install a new version of lits_theme
from Packagist).
Transpile lits_theme
JavaScript and SASS
You can do a one-time transpile with lando transpile
, or watch for changes with lando transpile-watch
.
It’s usually best to lando drush cr
afterwards.
Known issues
npm audit
flags 4 moderate issues innode-sass-glob-importer
(node-sass-glob-importer > node-sass-magic-importer > css-selector-extract > postcss
) that can't be automatically fixed.- NPM's instructions for audit results that require manual intervention
- There's a PR for
css-selector-extract
, but given the PR's age and the frequency of updates in the downstream dependency (node-sass-magic-importer
), probably this is a package that should be replaced entirely.