From 80334bc05b3ce3fd3f03955d2309e70a440bd4ef Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 4 Mar 2020 20:17:31 +0100 Subject: [PATCH] lint fix --- src/styles/_code.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_code.scss b/src/styles/_code.scss index 6fae7c46..a45df03b 100644 --- a/src/styles/_code.scss +++ b/src/styles/_code.scss @@ -57,6 +57,7 @@ pre { -webkit-overflow-scrolling: touch; max-height: 800px; + // stylelint-disable no-descending-specificity code { padding: $spacer $spacer / 2; white-space: pre; @@ -91,6 +92,7 @@ pre { border-bottom-left-radius: $border-radius; border-bottom-right-radius: $border-radius; } + // stylelint-enable no-descending-specificity } pre[data-language]::before {