fix stylelint error
authorDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 22:24:20 +0000 (16:24 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 21 Jul 2019 07:20:58 +0000 (01:20 -0600)
src/css/base.css

index c3d1e7e..d18d5db 100644 (file)
@@ -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;
 }