mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-28 21:47:34 +02:00
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|
|
|
|
module.exports = config
|