diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 076e7445f..57a46430e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "devDependencies": { "eslint": "*", "stylelint": ">=13.6.0", - "stylelint-config-standard": "*" + "stylelint-config-standard": "*", + "postcss-html": "*", + "@stylelint/postcss-css-in-js": "*" }, "eslintIgnore": [ "*.min.js", |