mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-15 23:30:11 +01:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|