mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-08 05:43:56 -05:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|