mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
/** @type {import("postcss-load-config").Config} */
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|