0.1.14 • Published 5 years ago
@hmlr/frontend-proof-of-concept v0.1.14
HMLR Frontend - Proof of concept
Styles build atop alphagov/govuk-frontend
in a variety of scopes, for when you want to use only GovUK or both and GovUK and HMLR.
Available in both SCSS and CSS, depending on your needs.
SCSS/CSS
Source (SCSS) | Distribution (CSS) | Description |
---|---|---|
src/hmlr/all.scss | dist/hmlr/all.css | EVERYTHING! Core styles, components etc. for GovUK and HMLR |
src/hmlr/core/core.scss | dist/hmlr/core/core.css | All core code for GovUK and HMLR (with no components) |
src/hmlr/components/header/header.scss | dist/hmlr/components/header/header.css | Header component styles only (no core code included) |
src/govuk/all.scss | dist/govuk/all.css | Everything for GovUK |
src/govuk/core/core.scss | dist/govuk/core/core.css | All GovUK core code (with no components) |
src/govuk/components/header/header.scss | dist/govuk/components/header/header.css | GovUK header component styles only (no core code included) |
Summary
Scope/file | Core GovUK styles | GovUK components | Core HMLR styles | HMLR components |
---|---|---|---|---|
hmlr/all | ✅ | ✅ | ✅ | ✅ |
hmlr/core/core | ✅ | ❌ | ✅ | ❌ |
hmlr/components/header/header | ❌ | ❌ | ❌ | ❌ |
govuk/all | ✅ | ✅ | ❌ | ❌ |
govuk/core/core | ✅ | ❌ | ❌ | ❌ |
govuk/components/header/header | ❌ | ❌ | ❌ | ❌ |