1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-11 09:18:12 +01:00
homepage/postcss.config.js
2025-03-02 08:42:57 -08:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};