Files
JS/06_js-debug/projects/debugging-multi-step-form-template/postcss.config.js
Philippe Torrel 821c839574
2026-08-24 11:56:41 +02:00

10 lines
500 B
JavaScript

// #region agent log
fetch('http://127.0.0.1:7399/ingest/04244453-f432-4f3b-ade1-92bbdb574a0e',{method:'POST',headers:{'Content-Type':'application/json','X-Debug-Session-Id':'a04de5'},body:JSON.stringify({sessionId:'a04de5',runId:'post-fix',hypothesisId:'H3',location:'postcss.config.js',message:'postcss config loaded',data:{plugins:['tailwindcss','autoprefixer']},timestamp:Date.now()})}).catch(()=>{});
// #endregion
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}