diff --git a/.stylelintrc.json b/.stylelintrc.json index 0ebcac0db..04e717cfb 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -5,6 +5,9 @@ "declaration-block-no-redundant-longhand-properties": null, "declaration-block-single-line-max-declarations": null, "length-zero-no-unit": null, + "property-no-unknown": [true, { + "ignoreProperties": ["hyphenate"] + }], "rule-empty-line-before": null, "selector-attribute-quotes": null, "selector-type-case": ["lower", { @@ -23,6 +26,14 @@ "description", "genre", + "epigraph", + "v", + "stanza", + "poem", + "text-author", + "epigraph", + + "book-title", "subtitle", "title-info", "keywords",