Skip to content

Commit e9b3774

Browse files
committed
Update organization of _sass
1 parent 122bd14 commit e9b3774

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

_sass/_print.scss

Lines changed: 0 additions & 18 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

_sass/layout/_base.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,22 @@ b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a,
335335
-webkit-transition: $global-transition;
336336
transition: $global-transition;
337337
}
338+
339+
/* ==========================================================================
340+
PRINT STYLES
341+
========================================================================== */
342+
343+
/*
344+
Hide the following elements on print
345+
========================================================================== */
346+
347+
@media print {
348+
.masthead,
349+
.toc,
350+
.page__share,
351+
.page__related,
352+
.ads,
353+
.page__footer {
354+
display: none;
355+
}
356+
}

assets/css/main.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
@import
1212
"vendor/breakpoint/breakpoint",
13-
13+
"vendor/susy/susy",
14+
1415
"themes",
1516
"variables",
16-
17-
"mixins",
18-
"vendor/susy/susy",
19-
"utilities",
2017
"syntax",
18+
19+
"include/mixins",
20+
"include/utilities",
2121

2222
"layout/archive",
2323
"layout/base",
@@ -35,6 +35,5 @@
3535
"vendor/font-awesome/fontawesome",
3636
"vendor/font-awesome/solid",
3737
"vendor/font-awesome/brands",
38-
"vendor/magnific-popup/magnific-popup",
39-
"print"
38+
"vendor/magnific-popup/magnific-popup"
4039
;

0 commit comments

Comments
 (0)