let post css use all paths (#102)

This commit is contained in:
Erik Jan de Wit 2020-09-17 17:13:04 +02:00 committed by GitHub
parent 338e177c51
commit 43a4132beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
const postImport = require('postcss-import');
module.exports = {
plugins: [
postImport({path: ['./node_modules/@patternfly/patternfly/']}),
postImport(),
]
}