mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|