mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 02:38:25 -04:00
19 lines
393 B
SCSS
19 lines
393 B
SCSS
// PRINT STYLESHEET COMPILER
|
|
|
|
// STYLEGUIDE
|
|
// Mixins to be shared across gov.uk sites. Anything set in these
|
|
// files can be used in the view files.
|
|
|
|
$is-print: true;
|
|
@import "styleguide/print";
|
|
@import "govuk_frontend_toolkit/stylesheets/typography";
|
|
|
|
// OUTPUT
|
|
// The following files and inline CSS will form the output of print.css
|
|
|
|
html {
|
|
font-size: 62.5%;
|
|
}
|
|
|
|
@import "core-print";
|