mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
// tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|