mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
// tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|