1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-27 18:31:07 +00:00
mobilizon/js/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

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