Correction valeur "inherit"

This commit is contained in:
Raphaël Goetter 2021-05-18 23:17:17 +02:00
parent 4d8ce9b36e
commit cddc2d472a
3 changed files with 6 additions and 6 deletions

View file

@ -92,7 +92,7 @@ $font-size: (
"30": 1.875rem,
"36": 2.25rem,
"base": 1rem,
"inherit": "inherit",
"inherit": inherit,
);
$font-size-html: 100%;