-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show examples using
govuk-frontend.min.css
We’re now using `govuk-frontend.min.css` from the GOV.UK Frontend package Additionally, each preview uses a minimal `example.css` so the Design System website stylesheet is no longer neeeded
- Loading branch information
1 parent
aace7f4
commit 5335cf8
Showing
4 changed files
with
18 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@import "example-init"; | ||
|
||
.app-example-page__wrapper { | ||
overflow: auto; | ||
background-color: govuk-colour("white"); | ||
} | ||
|
||
.app-example-page { | ||
padding: govuk-spacing(6); | ||
} |
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