platform/plugins/notification-resources/postcss.config.js
Andrey Sobolev ef4d632047
Enable linting build phase (#966)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-10 10:04:18 +01:00

6 lines
66 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}