mirror of
https://github.com/vacp2p/staking-demo-app.git
synced 2026-01-06 19:44:00 -05:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|