14860ae628
change favicon based on env props
5 lines
No EOL
118 B
JavaScript
5 lines
No EOL
118 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('postcss-import')({path: ['node_modules/@patternfly/patternfly/']}),
|
|
]
|
|
} |