mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 12:38:57 -04:00
* Update docusaurus and remove remove blog * Refactor DemoAppFooter component and remove unused dependencies * Remove @mui/icons-material * Refactor codebase by removing unused components and dependencies, and update package scripts * add tailwindcss to playground * Update playground * add utm param to website and playground
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|