From 43a4132beb769b154c48bc69c5048588f7055ddb Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Thu, 17 Sep 2020 17:13:04 +0200 Subject: [PATCH] let post css use all paths (#102) --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index fea5bc3019..86d39f1fbf 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ const postImport = require('postcss-import'); module.exports = { plugins: [ - postImport({path: ['./node_modules/@patternfly/patternfly/']}), + postImport(), ] } \ No newline at end of file