From e009c56658c237c21167080b15fd023b46b6aeb0 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Wed, 13 Apr 2022 20:30:17 +0900 Subject: [PATCH] Fix missing known-css-properties --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d38991246..3d2b3c1e4 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "dependencies": { "debug": "^4.3.1", "eslint-utils": "^3.0.0", + "known-css-properties": "^0.24.0", "postcss": "^8.4.5", "postcss-safe-parser": "^6.0.0", "sourcemap-codec": "^1.4.8",