mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-04 01:31:44 -05:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
// postcss.config.js
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|