6 lines
No EOL
151 B
JavaScript
6 lines
No EOL
151 B
JavaScript
const postImport = require('postcss-import');
|
|
module.exports = {
|
|
plugins: [
|
|
postImport({path: ['./node_modules/@patternfly/patternfly/']}),
|
|
]
|
|
} |