~xdavidwu/xdavidwu.link

f379242ae70b47e05965bc7e5ea4394d44caa4bd — xdavidwu 1 year, 11 months ago 89a8d99
sass: remove orphans and widows

opinionated, not widely supported
2 files changed, 0 insertions(+), 24 deletions(-)

M _sass/minimal-mistakes/_base.scss
M _sass/minimal-mistakes/_print.scss
M _sass/minimal-mistakes/_base.scss => _sass/minimal-mistakes/_base.scss +0 -15
@@ 80,21 80,6 @@ del a {
  color: inherit;
}

/* reduce orphans and widows when printing */

p,
pre,
blockquote,
ul,
ol,
dl,
figure,
table,
fieldset {
  orphans: 3;
  widows: 3;
}

/* abbreviations */

abbr[title],

M _sass/minimal-mistakes/_print.scss => _sass/minimal-mistakes/_print.scss +0 -9
@@ 134,15 134,6 @@
    page-break-inside: avoid;
  }

  h2,
  h3,
  h4,
  p,
  a {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3,