Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #34 from nhsuk/feature/include-normalize
Browse files Browse the repository at this point in the history
🐽 add normalise to scss files
  • Loading branch information
st3v3nhunt authored Jul 26, 2017
2 parents 950323d + 978cd47 commit 0333a88
Show file tree
Hide file tree
Showing 8 changed files with 773 additions and 41 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ Request. The deployment to the GitHub Pages site uploads all artefacts in
If you would prefer to use the raw `scss` rather than the compiled `css` and build it within your own application there are a couple of ways of doing this.

1. Include this repo within your own as a submodule and add the path to the
`scss` files to the `includePaths` option for your sass compiler. An example
of this can be seen within this repo's [brunch-config.js](brunch-config.js)
where the path to `normalize-scss` has been added
`scss` files to the `includePaths` option for your sass compiler.
1. Download the raw `scss` assets for this repo, from the releases in
[GitHub](https://github.com/nhsuk/frontend-library/releases). The
folder to download is `sccs-<release_number>.zip`
Expand Down
5 changes: 4 additions & 1 deletion app/styles/nhsuk.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@import "normalize";
@import "normalize/variables";
@import "normalize/vertical-rhythm";
@import "normalize/normalize-mixin";

@import "environment/tools/mixins/addons";

@import "environment/generic/border-box";
Expand Down
Loading

0 comments on commit 0333a88

Please sign in to comment.