AdminPanel/Netina.AdminPanel.PWA/postcss.config.js

6 lines
92 B
JavaScript

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