-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from nhsuk/docs-assets
Compile docs-only CSS in eleventy build
- Loading branch information
Showing
3 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Import all of the NHS.UK frontend core styles | ||
@import "node_modules/nhsuk-frontend/packages/core/all.scss"; | ||
|
||
// Import specific components that we need from nhsuk-frontend | ||
@import "node_modules/nhsuk-frontend/packages/components/skip-link/skip-link.scss"; | ||
@import "node_modules/nhsuk-frontend/packages/components/header/header.scss"; | ||
@import "node_modules/nhsuk-frontend/packages/components/hero/hero.scss"; | ||
|
||
// Import all styles from the NHS App frontend library | ||
@import "src/all.scss"; |