From 8b91f95d9828d09cc9ce6faa9027db6d1659d31c Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@chrisrebert.com>
Date: Sat, 14 Nov 2015 23:06:33 -0800
Subject: [PATCH] Use $border-width in misc border print styles

[skip sauce]
---
 scss/_print.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scss/_print.scss b/scss/_print.scss
index e9cc65e32a..e2929bb487 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -24,7 +24,7 @@
 
   pre,
   blockquote {
-    border: 1px solid #999;
+    border: $border-width solid #999;
     page-break-inside: avoid;
   }
 
@@ -66,7 +66,7 @@
     }
   }
   .label {
-    border: 1px solid #000;
+    border: $border-width solid #000;
   }
 
   .table {
-- 
GitLab