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