mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 22:53:27 -05:00
Put basic print stylesheet back in
Replicates the GOV.UK template one, adjusted for the GOV.UK Frontend template HTML.
This commit is contained in:
@@ -126,7 +126,7 @@ const javascripts = () => {
|
||||
|
||||
|
||||
const sass = () => {
|
||||
return src(paths.src + '/stylesheets/main*.scss')
|
||||
return src([paths.src + '/stylesheets/main*.scss', paths.src + '/stylesheets/print.scss'])
|
||||
.pipe(plugins.prettyerror())
|
||||
.pipe(plugins.sass({
|
||||
outputStyle: 'compressed',
|
||||
|
||||
Reference in New Issue
Block a user