mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
// postcss.config.js
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
// other plugins can go here, such as autoprefixer
|
|
},
|
|
};
|