This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #13 from tim-s-ccs/v0.2.0
Release v0.2.0
- Loading branch information
Showing
82 changed files
with
59 additions
and
4,403 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Changelog | ||
|
||
## 0.2.0 (Pre Release) | ||
- Remove as much of the code as possible to slim down the package: | ||
- [PR #12](https://github.com/tim-s-ccs/tim-ccs-components/pull/12) | ||
|
||
## 0.1.5 (Pre Release) | ||
- Get all of the tests working: | ||
- [PR #2](https://github.com/tim-s-ccs/tim-ccs-components/pull/2) | ||
- [PR #8](https://github.com/tim-s-ccs/tim-ccs-components/pull/2) | ||
- [PR #8](https://github.com/tim-s-ccs/tim-ccs-components/pull/8) | ||
|
||
## 0.1.0 (Pre Release) | ||
- First pre-release of CCS Compontents. Allows for the use of CCS header and footer accross different CCS applications | ||
- First pre-release of CCS Compontents. Allows for the use of CCS header and footer accross different CCS applications |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.1.5 | ||
0.2.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// Add GOV.UK Frontend SASS | ||
@import "node_modules/govuk-frontend/govuk/all"; | ||
|
||
@import "settings/all"; | ||
@import "tools/all"; | ||
@import "helpers/all"; |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
// By setting $govuk-is-ie8 to true, we create a version of the stylesheet that | ||
// targets IE8 – e.g. conditionally including or excluding styles, and | ||
// rasterizing media queries. | ||
// Note, there are no CCS styles that are affected by this directly | ||
// but there some that are affected indirectly through GOV.UK Frontend | ||
|
||
$govuk-is-ie8: true; | ||
|
||
@import "all"; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,5 +1 @@ | ||
@import "links"; | ||
@import "lists"; | ||
@import "typography"; | ||
@import "section-break"; | ||
@import "global-styles"; | ||
// This has been intentionally left empty to allow for possible expansion in the future if required |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.