let post css use all paths (#102)
This commit is contained in:
parent
338e177c51
commit
43a4132beb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const postImport = require('postcss-import');
|
||||
module.exports = {
|
||||
plugins: [
|
||||
postImport({path: ['./node_modules/@patternfly/patternfly/']}),
|
||||
postImport(),
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue