From c37fc009bfc6c8e463be9bae23f390dd5a5ffb89 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 19 Jul 2019 16:24:20 -0600 Subject: [PATCH] fix stylelint error --- src/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/base.css b/src/css/base.css index c3d1e7e..d18d5db 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -50,11 +50,11 @@ th { font-weight: 500; } -em em { +em em { /* stylelint-disable-line */ font-style: normal; } -strong strong { +strong strong { /* stylelint-disable-line */ font-weight: normal; } -- 2.11.0