Ghost/ghost/announcement-bar/postcss.config.js
2023-04-20 14:05:37 +04:00

6 lines
68 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
};