mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 23:05:50 +00:00
8 lines
80 B
JavaScript
8 lines
80 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|
|
|