4x/iot-device-assistant-frontend/postcss.config.js

7 lines
80 B
JavaScript

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