-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core-layout printing #638
core-layout printing #638
Conversation
They now live in govuk_template print stylesheets
@dsingleton opinion on this? |
First, this makes print stylesheets layout specific. Then, for core-layout (and header-footer-only), we add a new print-base stylesheet that only contains the styling needed. This also adds print-specific stylesheets for components that need print styles.
22ab0fc
to
bbbf7d8
Compare
This LGTM. Some of the (older) naming makes this a little harder to follow than it should be ( |
One quick question, |
Hmm, good point. I’m not entirely sure what the relationship here is: was under the impression that header-footer-only was something completely new. @edds ? |
Good point @dsingleton.
|
Currently static’s print stylesheet duplicates a lot of the styles in the new header-footer-only print stylesheet. This imports header-footer-only-print into static-print and removes the duplicates in core-print.
@edds: Pushed a commit that sorts that out. Look OK? |
This PR sets up a new print stylesheet specific to core-layout (and header-footer-layout) that only contains the necessary styles.