2020-09-01 20:17:48 +00:00
|
|
|
const postImport = require('postcss-import');
|
2020-08-04 12:59:41 +00:00
|
|
|
module.exports = {
|
|
|
|
plugins: [
|
2020-09-01 20:17:48 +00:00
|
|
|
postImport({path: ['./node_modules/@patternfly/patternfly/']}),
|
2020-08-04 12:59:41 +00:00
|
|
|
]
|
|
|
|
}
|