mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 18:41:53 +02:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
}
|
||
|
}
|