parse-css-font icon indicating copy to clipboard operation
parse-css-font copied to clipboard

Error parsing `font: inherit`

Open nattog opened this issue 4 years ago • 6 comments

Parsing font: inherit throws an error, as no value is provided for font-size. Is this to be expected?

For context, @signal-noise/stylelint-scales uses parse-css-font, and has a workaround to bypass parse-css-font in place in case of font: inherit declarations. See issue: https://github.com/signal-noise/stylelint-scales/issues/36

nattog avatar Apr 27 '20 15:04 nattog