LicenseServer/Frontend/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2023-12-02 01:48:37 -08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}