mirror of
https://github.com/fergalmoran/snapp.git
synced 2026-01-03 15:35:22 +00:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|