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

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2022-08-24 10:44:35 +03:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};