mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
10 lines
189 B
JavaScript
10 lines
189 B
JavaScript
module.exports = {
|
|
style: {
|
|
postcss: {
|
|
plugins: [
|
|
require('tailwindcss'),
|
|
require('autoprefixer'),
|
|
],
|
|
},
|
|
},
|
|
} |