1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-01 21:13:39 +01:00
homepage/postcss.config.js

6 lines
72 B
JavaScript
Raw Permalink Normal View History

2022-08-24 10:44:35 +03:00
module.exports = {
plugins: {
2025-03-02 08:42:57 -08:00
"@tailwindcss/postcss": {},
2022-08-24 10:44:35 +03:00
},
};