## Summary - add the global Westgate footer partial under `templates/partials/footer/` - import scoped footer styles from `theme.scss` - include the footer design spec and powered-by HTML/CSS references - add a contract test for the footer integration and required links ## Verification - `node tests/global-footer-contract.test.js` - `node tests/global-topbar-contract.test.js` - `for test in tests/*.test.js; do node "$test"; done` - `npm test --if-present` - `git diff --check` Reviewed-on: #8 Co-authored-by: vickydotbat <vickydotbat@tutamail.com> Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
13 lines
431 B
SCSS
13 lines
431 B
SCSS
@import "../nodebb-theme-harmony/theme";
|
|
@import "./scss/westgate/tokens";
|
|
@import "./scss/westgate/wiki-prose";
|
|
@import "./scss/westgate/topbar";
|
|
@import "./scss/westgate/footer";
|
|
@import "./scss/westgate/surfaces";
|
|
@import "./scss/westgate/categories";
|
|
@import "./scss/westgate/topics";
|
|
@import "./scss/westgate/posts";
|
|
@import "./scss/westgate/controls";
|
|
@import "./scss/westgate/widgets";
|
|
@import "./scss/westgate/responsive";
|