mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 23:10:34 -04:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|