From 8280769f4c1701c35ec050b4271a67f2ad3c2da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Mon, 9 Oct 2023 07:49:07 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ac04bf1..f501243 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,11 @@ Use custom svgo configuration for svg optimization - Required: `false` Fail on error. + +#### filter + +* Type: `regex` +* Default: `/^(background(?:-image)?)|(content)|(cursor)/` +* Required: `false` + +Regex to match the CSS properties to be inlined.