From df3770c909363ee26e154ceae317bb8186fff8f9 Mon Sep 17 00:00:00 2001 From: Nicolas Escalante Date: Tue, 15 Oct 2019 09:36:01 -0300 Subject: [PATCH] Allow version 7 of postcss --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf091b0..a4afcb5 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "string-hash": "^1.1.1" }, "peerDependencies": { - "postcss": "^6.0.6" + "postcss": "^6.0.6 || ^7.0.0" }, "dependencies": { "debug": "^3.0.0",