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