mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|