Files
internship_node/day20/postcss.config.js
T

8 lines
85 B
JavaScript
Raw Normal View History

2025-07-23 23:25:19 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}