1
0
mirror of https://github.com/D4M13N-D3V/neroshitron.git synced 2025-03-14 10:05:04 +00:00
neroshitron/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2024-05-24 17:57:03 -04:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};