mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-22 22:35:58 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
/* eslint-disable no-undef */
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|