Croydon sub theme using localgov_base.
This is a sub theme for croydon.gov.uk using localgov_base as its base theme.
SCSS sources live in assets/scss/. Compiled CSS is written to assets/css/.
An .nvmrc file is included. From this directory:
nvm install
nvm usenpm installCompile CSS once (no file watching):
npx gulp generateWatch SCSS and recompile on change, with BrowserSync proxying the local site:
npm run devUse npm run dev or npx gulp dev rather than a globally installed gulp command. Gulp 5 requires gulp-cli 3+, which the project provides locally.
Lint and fix CSS:
npm startStyles are compiled with Dart Sass via gulp-sass 5. Sass deprecation warnings from Bootstrap 4 are expected and do not indicate a failed build.
Theme maintenance scripts (including the template override audit) are documented in scripts/README.md.
This project is maintained by:
- Chris Stevens https://github.com/cjstevens78
- Matt Ozogolu https://github.com/MattOz-CDS
- Adnan Muhammad https://github.com/Adnan-cds