mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
f9ba3113f79d826085abb59093b68b6bf9b2663d
parent
d5da8d1231a50961161efd70923deaab769fdd62
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-04 20:08
use `all: revert` for code inside pre

Diffstat

M sass/base.scss 4 +---

1 files changed, 1 insertions, 3 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -67,9 +67,7 @@ pre {
   67    67     border: 1px solid $color-border;
   68    68 
   69    69     code {
   70    -1         background: none;
   71    -1         font-size: 100%;
   72    -1         padding: 0;
   -1    70         all: revert;
   73    71     }
   74    72 }
   75    73