mirror of
https://github.com/face-hh/lyntr.git
synced 2026-09-12 19:51:01 +05:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|