semiconductor-pipeline / frontend /postcss.config.js
Sai Kumar Taraka
Initial commit: UVM testbench generator with coverage-driven auto-training
4344b33
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};