vultr-dns-manager/postcss.config.js
2025-03-16 07:38:30 -06:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};