mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-12 08:36:33 -04:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}; |