mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2025-10-10 23:38:52 +02:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|