1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-03-14 15:12:41 +00:00
wallabag/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2023-08-10 00:10:54 +00:00
module.exports = {
plugins: {
autoprefixer: {},
},
};