1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
wallabag/postcss.config.js

6 lines
62 B
JavaScript
Raw Permalink Normal View History

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