1
0
Fork 0
mirror of https://github.com/skidoodle/albert.lol.git synced 2025-02-15 06:09:15 +01:00
albert.lol/postcss.config.cjs
2023-12-27 15:44:17 +01:00

8 lines
105 B
JavaScript

const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
module.exports = config