1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-15 03:26:01 +00:00
portfolio/postcss.config.cjs

6 lines
75 B
JavaScript
Raw Normal View History

2023-06-18 12:18:12 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}