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