mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: { config: './tailwind.config.js' },
|
|
autoprefixer: {},
|
|
cssnano: {},
|
|
}
|
|
}
|